Skip to Content
0
Former Member
May 17, 2010 at 06:50 PM

Edit database field

22 Views

Okay, here's the thing. I've a UDF in the inventory named: date - and it is a date.

When I place a Sales Order I must set the inventory UDF as the system date.

I tried to execute an update sql statement with the recordset using the doQuery method, but didn't work.

Now I'm trying to do it by using DBDataSource, but I'm kinda lost and have no idea how to get the proper record...