Results 1 to 4 of 4

Thread: COM development

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    TURKEY
    Posts
    37

    Question

    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...






  2. #2
    How about pass the database SQL query as parameters?

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    TURKEY
    Posts
    37

    thank you for your interest

    how can I create database query and then I can use it as a parameter...

  4. #4
    Junior Member
    Join Date
    Aug 2000
    Posts
    17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width