Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jsnulf

    Parsing a string In Stored Procedure

    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...
  2. jsnulf

    SQL Tables

    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>&nbsp;&nbsp;&nbsp;&nbsp;Dim cnn1 As ADODB.Connection<br>&nbsp;&nbsp;&nbsp;&nbsp;Dim...
  3. jsnulf

    SQL Tables

    I need to enumerate the tables and fields in a SQL server 7.x database which I connect to thru ODBC.&nbsp;&nbsp;I have little support from my DBA so stored procedures are out of the question.&nbsp;&nbsp;Is there any way to do this with SQL or VB / VBA?
  4. jsnulf

    List SQL Server Tables in Database

    I need to enumerate the tables and fields in a SQL server 7.x database which I connect to thru ODBC.&nbsp;&nbsp;I do not have access to SQL system tables.&nbsp;&nbsp;I have little support from my DBA so stored procs are out of the question.&nbsp;&nbsp;Is there any way to do this with SQL or VB /...
  5. jsnulf

    Expressions for default value of a control (Access 2000)

    From Author: it appears that my database was funky.&nbsp;&nbsp;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.
  6. jsnulf

    Expressions for default value of a control (Access 2000)

    In Access 2000, the expression &quot;= Date()&quot; entered for the default value for a control on a form or report does not work.&nbsp;&nbsp;I have entered this in the properties page in design view.&nbsp;&nbsp;Most other internal functions don't seem to work either.&nbsp;&nbsp;Now() does...

Part and Inventory Search

Back
Top