For Programmers: Free Programming Magazines  


Home > Archive > VBScript > August 2004 > Record Length?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Record Length?
Sam

2004-08-10, 8:55 am


Database record
===============
1 .Expected record = ' 620.141000.14'

2. ASP Insert record = '620.141000.14 '


Question?
=========
- How to I control the variable record which it is same as No. 1 instead of
No.2?


Coding
======
rsAdd = "INSERT INTO F0911LA (GLKCO) VALUES"
rsAdd = rsAdd & "( '" & rs("GLKCO")&"')"

ConnAS400.Execute(rsAdd)
Set rsAdd = Nothing


Please advise.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com