Recent content by dariyoosh

  1. dariyoosh

    It is possible to connect Access to Oracle by using DAO?

    Hello there, Thanks for your help, I will read your tutorial which seems to be very informative. I have already Microsoft ODBC driver for oracle installed and it works. Actually I had found the following page while I was googling: http://www.connectionstrings.com/oracle#p17 It seems that...
  2. dariyoosh

    It is possible to connect Access to Oracle by using DAO?

    Hi, Currently, I'm learning how to open databases by using DAO objects and retrieve Recordsets. I would like to know whether it is possible to connect a DAO object to Oracle. I have been googling for finding this, but so far, what I have found is all about ADO and not DAO. In the case, where...
  3. dariyoosh

    A question about the error message "Run-time error '3061' Too few parameters, Expecte

    Re: A question about the error message "Run-time error '3061' Too few parameters, Exp Many thanks for your help, It worked! :D
  4. dariyoosh

    A question about the error message "Run-time error '3061' Too few parameters, Expecte

    Re: A question about the error message "Run-time error '3061' Too few parameters, Exp Yes, exactly, thanks a lot for this remark. Actually I was just trying to focus on the error message in this thread that's why I didn't include an appropriate error handler. Thanks a lot Kind Regards...
  5. dariyoosh

    A question about the error message "Run-time error '3061' Too few parameters, Expecte

    Re: A question about the error message "Run-time error '3061' Too few parameters, Exp Hello there, Thank you for your attention to my problem, I modified the strSQL in the following way strSQL = "UPDATE mytesttable SET numval = ([numval] * 2) WHERE (([numval] MOD 2) = 0)" But again the...
  6. dariyoosh

    A question about the error message "Run-time error '3061' Too few parameters, Expecte

    A question about the error message "Run-time error '3061' Too few parameters, Expecte Dear all, I would like to ask a question about Execute method in DAO Database object and I would appreciate if you could kindly give me a hand. I have an update SQL query operating on a table with a...
Back
Top Bottom