Re: Sort CSV File with two fields on it
- From: germanrosero@xxxxxxxxx
- Date: Wed, 28 Nov 2007 17:25:53 -0800 (PST)
Yes, I am with vbscript.
On Nov 28, 1:29 pm, "Richard Mueller [MVP]" <rlmueller-
nos...@xxxxxxxxxxxxxxxxxxxx> wrote:
In my copy of the program, line 33 is:.
rs("Field2") = arrLineItem(1)
In my case arrLineItem(1) is always an integer. When I search for info on
the error message, the only hits are cases where someone is trying to update
SQL Server or they are using OLEDB. For example:
http://support.microsoft.com/kb/279888
In this case the default cursor is fine, and VBScript always works with
Variant data types. Are you in VBScript? I can't imagine the version of MDAC
would matter. I think I've run similar code with MDAC 2.8 and 2.5 or 2.6
(ADO requires MDAC).
--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab -http://www.rlmueller.net
--
- References:
- Re: Sort CSV File with two fields on it
- From: germanrosero
- Re: Sort CSV File with two fields on it
- From: Richard Mueller [MVP]
- Re: Sort CSV File with two fields on it
- From: germanrosero
- Re: Sort CSV File with two fields on it
- Prev by Date: Re: How to Create a ListBox
- Next by Date: Re: How to Create a ListBox
- Previous by thread: Re: Sort CSV File with two fields on it
- Next by thread: File Copy with ouput to log
- Index(es):
Relevant Pages
|