I need to pass a where clause to a stored proc using ADO. The where clause may contain any number of items. The stored proc returns a single recordset. The clause is of the nature: "WHERE (AUTHOR='JONES' OR AUTHOR='SMITH') AND PUBLISHER="VIKING". Must this be...
From jsnulf... I found answer using ADO instead of DAO....<br><br>This example uses the OpenSchema method to display the name and type of each table in the Pubs database.<br><br>Public Sub OpenSchemaX()<br><br> Dim cnn1 As ADODB.Connection<br> Dim...
I need to enumerate the tables and fields in a SQL server 7.x database which I connect to thru ODBC. I have little support from my DBA so stored procedures are out of the question. Is there any way to do this with SQL or VB / VBA?
I need to enumerate the tables and fields in a SQL server 7.x database which I connect to thru ODBC. I do not have access to SQL system tables. I have little support from my DBA so stored procs are out of the question. Is there any way to do this with SQL or VB /...
From Author: it appears that my database was funky. I created a new one and re-imported all objects; works ok. Perhaps there is a reason for the problem as stated... If anyone knows, feel free to respond.
In Access 2000, the expression "= Date()" entered for the default value for a control on a form or report does not work. I have entered this in the properties page in design view. Most other internal functions don't seem to work either. Now() does...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.