Re: ADO / XP / Win98
- From: "Richard Mueller" <rlmueller-NOSPAM@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 21 Aug 2006 11:40:53 -0500
RM wrote:
Here's my problem:
1. 70+ pc's using inhouse vb6 app development using Access just as a db.
2. Converted from Access to SQL 2005 and updated all source as necessary.
3. All XP Pro PC's work just fine
4. Too many Win98 PC's failed with the following error:
"Item cannot be found in the collection corresponding..."
Basically it's telling me that a field is not there but being referenced
in code.
My problem is that all of the XP Pro PC's are running the same .EXE
without any
problems; and it appears that all Win98 PC's are failing on the same .EXE.
Our connection string to SQL includes:
Provider=SQLOLEDB;
Hi,
Would a connection string similar to below help?
strDB = "MyDatabase"
strInstance = "MyInstance"
strDatabaseConnection = "DRIVER=SQL Server;" _
& "Trusted_Connection=Yes;" _
& "DATABASE=" & strDB & ";" _
& "SERVER=" & strServer & "\" & strInstance
--
Richard
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
.
- Follow-Ups:
- Re: ADO / XP / Win98
- From: RM
- Re: ADO / XP / Win98
- References:
- ADO / XP / Win98
- From: RM
- ADO / XP / Win98
- Prev by Date: ADO / XP / Win98
- Next by Date: Re: ADO / XP / Win98
- Previous by thread: ADO / XP / Win98
- Next by thread: Re: ADO / XP / Win98
- Index(es):
Relevant Pages
|
|