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. Lozzer

    ADO, SQL, VB and ActiveX EXE's and DLL's

    I am opening a connection using ado 2.5 to access a SQL 7 database using the sqloledb provider. A connection object is created within a VB created NT service which works fine. Then the connection object is passed to an activex exe (it has been tried with a dll also) object. When a recordset...
  2. Lozzer

    ADO, SQL, VB and ActiveX EXE's and DLL's

    I am opening a connection using ado 2.5 to access a SQL 7 database using the sqloledb provider. A connection object is created within a VB created NT service which works fine. Then the connection object is passed to an activex exe (it has been tried with a dll also) object. When a recordset...
  3. Lozzer

    VB, SQL, ADO and ActiveX exe's and dll's

    I am opening a connection using ado 2.5 to access a SQL 7 database using the sqloledb provider. A connection object is created within a VB created NT service which works fine. Then the connection object is passed to an activex exe (it has been tried with a dll also) object. When a recordset...
  4. Lozzer

    ADO, SQLOLEDB and the ORDER BY clause

    I am trying to open a static, pessimistic locking recordset on a SQL 7 server which needs some record deletions. I need also to order the recordset and have been trying to do so by using an order by clause in the SQL statement in the open method of the recordset. If I remove the ORDER BY...
  5. Lozzer

    ADO, Visual Basic and SQLOLEDB

    I am trying to open a static, pessimistic locking recordset on a SQL 7 server which needs some record deletions. I need also to order the recordset and have been trying to do so by using an order by clause in the SQL statement in the open method of the recordset. If I remove the ORDER BY...
  6. Lozzer

    sp_attach_db stored procedure

    I have detached a database on one SQL server in the US using the sp_detach_db stored procedure. When I try to attach it to a different SQL server in the UK using either of these stored procedures: CREATEDATABASE, sp_attach_db, sp_attach_single_file_db I get the same error message: Server...
  7. Lozzer

    Breaking a project into smaller parts!!!!

    Break your project down into seperate projects. Open one of the broken down projects. Add each other broken down project using the file-add project menu item. Then you can run each one seperately, or all together. Hope this helps.

Part and Inventory Search

Back
Top