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