Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange Write# behaviour

Status
Not open for further replies.

MatDavies

Programmer
Feb 22, 2001
243
GB
I have a function that loops through a recordset outputing each row in to a csv file, for this the function is using the Write# statement, because according to the VB documentation it automatically inserts the comma's and quotes around text fields.

The problem is that this works great on dev machines and for other clients, however for one client the quotes are being left out. Now according to the documentation says that the write statement ignore locale information, so anyone have any idea what is happening?

I think it has to be a OS issue (Win2K Pro) but can't figure it out. Any Ideas would be greatly appreciated!


Matt

If you can keep your head while those around you are losing theirs, you obviously haven't grasped the seriousness of the situation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top