Hi, I have a very wierd problem.

I have a recordset with a timestamp datatype. (adodb, mdac 2.8, vb6)
It my form(client) I have a function that calls to an activex dll function that in turn calls a stored procedure to insert the record into the database table.

The timestamp value should be null or empty , I checked the value just before I call the function from the client and it is empty, as soon as it gets to the function in the dll it is no longer empty. I can't see the value but I know that it is not null.

The crazy think is that if I load my client project and dll project and run them within the same IDE then the value doesn't change.

This has really thrown me for a loop...any ideas?

Thanks.
...