Yes, after droping the table I have recreated the table. Then tried to insert records. I am able to insert records manually from MS access but not able to add new new records using VBA
How can I append rows to SQL server table from an MS access table?
My module was working fine to insert rows to linked sql server table but since I have dropped SQL database table I am not able to append rows. Although I am not getting any error message
How can I append rows to SQL server table from an MS access table?
My module was working fine to insert rows to linked sql server table but since I have dropped SQL database table I am not able to append rows. Although I am not getting any error message
I am trying to run a pass-through query as following.
Set qdf = db.CreateQueryDef("")
qdf.Connect = "odbc;dsn=oraacc;uid=msgdrss;pwd=gdrss;server=gdrss"
qdf.sql = "BEGIN keepcompile(TO_DATE('" & Format(StartDateTime, "MM/DD/YYYY") &...
I have copied a form from one data base to other. I changed to read only form and it is not allowing me to add or edit any record? How to make it wriable form?
I am trying to indert record in oracle database and getting error run time error 3065: Can not execute select query
Any idea?
strIN = "INSERT INTO xdatafactorS( MeterID, DATE_, AFApplied, ISDefault, CALCDATETIME, PeriodGrpID)" & _
"VALUES (" & Meterid & ", to_date(" & dateset &...
I have migrated my MS Access database/sql server to Oracle but front end is still MS Access. I have created ODBC Connection. I need to change modulesso that it points oracle database insted of pointing to ACCESS /SQL Server database. I have couple of
1) When should I prefer to use linked table...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.