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
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