cleopard Level: Big Cheese Registered: 02-09-2005 Posts: 28
'date' parameter
First of all, thank you to Kieron for the encouraging note.
When setting up a call from VB to an Oracle PL/SQL routine, I'm wondering which option to use for a date parameter (i.e., adVarChar for a string and adVarNumeric for an integer), one that will eventually be put into a field declared as DATE in an Oracle DB table.