Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL Query_Help needed
Name: Guna Joshua Date: June 29, 2007 at 00:02:38 Pacific OS: dos CPU/Ram: 22 Product: 222
Comment:
Table Name : SYSTABLES
tabid tabname
Table Name : SYSREFERENCES
constrid ptabid
TableName: SYSCONSTRAINTS
Constrid
tabid
I want to get the tabname corresponding to tabid present in SYSCONSTRAINT table and also I need the tabname corresponding to ptabid of SYSREFERENCES table.
Note:tabname can be got only from systables only...
Summary: Personally I prefer ADO. I find it easier to use, and it's the successor to DAO. That said, if you want to run your SQL, you need to do something like this: Dim rs As DAO.Recordset Dim strSQL As Stri...
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's just a test version. I have these tables: 1)PC (Cent...
Summary: I need SQl query to find out the last modfied date of columns in table. there are no date/time related columns in the table. But I what to find when was the columns in the table are last modified. ...