Re: String to varchar2

From: lil_gd <member24947_at_dbforums.com>
Date: Fri, 14 Feb 2003 08:21:22 +0000
Message-ID: <2528904.1045210882_at_dbforums.com>


for those who are interested:i found it, it was the way i connect to the database... it should be like this...

Set OBJdbConnection = CreateObject("ADODB.Connection") OBJdbConnection.open "Provider=MSDASQL.1;Password=jiggaman;Persist Security Info=True;User ID=gerrit;Data Source=ORANTSIN" Set rst = CreateObject("ADODB.Recordset")

--
Posted via http://dbforums.com
Received on Fri Feb 14 2003 - 09:21:22 CET

Original text of this message