|
-
Nov 15th, 2000, 11:31 AM
#1
Thread Starter
Member
I am trying to develop a project fully depends on COM technology
But I am facing a important problem. (maybe same to me as important.Let me explain )
Think of you have a customer table and customer object...
In traditional development method You are adding a ADODC object and in your bind your item to it.
Then you can use recorset update,recordset insert event
In com development you need to write all default database (traditional)event...
for example customer.insert,customer.update,customer.delete
customer.research
if you have 20 table in tour project. And you want to write all project in COM architecture you need (have) to write at last 20*4=80 method.
is there any way
thank you...
-
Nov 15th, 2000, 12:10 PM
#2
Member
How about pass the database SQL query as parameters?
-
Nov 15th, 2000, 12:31 PM
#3
Thread Starter
Member
thank you for your interest
how can I create database query and then I can use it as a parameter...
-
Nov 15th, 2000, 02:16 PM
#4
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|