current recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
My code is in VBSCRIPT
i create a connection
then
Set rs = CreateObject("ADODB.Recordset")
rs.Open "table", SourceConn, adOpenDynamic
rs.addnew
the addnew...
If i need to convert an access application (query, tables, codes...) in SQL SERVER 2000 and i need to make code, what is the better solution (with performance and portability in mind)?
-Stored procedures (cursor is slow)
-VBScript
or a VB PACKAGE in DTS ?
I am de dba and programmer of the datawarehouse.
So i must know why in vb6 in the data window it work (delete, insert or update) ?
i use the same connection as in vb6 use.
I have a data warehouse in my workstation in sql server 2000.
I installed Sql server 2000 with windows nt authentication.
I create a database and i create tables.
In sql server 2000, when i create stored procedure and i insert, delete or update table it's fine.
But when i use access with an...
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.