Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper way to instantiate a class
Message
From
22/12/2005 16:17:10
 
 
To
22/12/2005 16:11:53
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
01079105
Message ID:
01080350
Views:
29
>
>Dim oParams As OleDbParameter() = {New OleDbParameter("@customerid", CustomerID), New OleDbParameter("@PurchaseDate", PurchaseDate)}
>
>Dim FoxCMD As OleDbCommand = Library.SQLExecCommand("select shippers.companyname as shippername, orders.* " + _
> "from orders, shippers where orders.shipvia = shippers.shipperid and customerid = ? and purchasedate > ?", oParams)
>
Thanks, I will give this a try this weekend once I resolve this application subclassing that I am still trying to find how to do it.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform