-
Runtime error '430' on windows NT
Code as below:
strSQL = "select CUSTNMBR, CUSTNAME, CUSTCLAS, CNTCPRSN, SHRTNAME, " &
_
"ADDRESS1, ADDRESS2, ADDRESS3, PHONE1, PHONE2, " & _
"FAX, SLPRSNID, SALSTERR " & _
"from RM00101 "
rsRM00101.Open strSQL, cnSQL, adOpenStatic, adLockReadOnly
cnSQL -> ADODB.connection, cursorlocation = adUseClient
This one works fine when running in Windows 98 but encounters "Run-time
error '430' : Class does not support Automation or does not support expected
interface." when running in NT.
Need help...
-
Re: Runtime error '430' on windows NT
"Milper Bolodo" <replim@hotmail.com> wrote:
>
>Code as below:
>cnSQL -> ADODB.connection, cursorlocation = adUseClient
>
>This one works fine when running in Windows 98 but encounters "Run-time
>error '430' : Class does not support Automation or does not support expected
>interface." when running in NT.
>
>Need help...
have you checked you are running the same versions of ADO, that your ODBC
drivers are up to date? you rnt box is running sp5/6a.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|