Subject: Which component to use for "SELECT LAST_INSERT_ID() AS..."? - by:...
Hello You have 3 options: 1) You can use ADQuery with SELECT ... FROM ... command, then use standard Insert / Post methods to insert a new record and automatically get last auto incrementing column...
View ArticleSubject: How remote connection to Access Database - by: hendrang
Hi, anydac support Thanks for reply and solution. Regards, Hendra
View ArticleSubject: Need help with stored function Informix - by: Lorenz2012
Hello, today I finally figured it out with your help. I use now a TAdQuery instead of the TAdStoredProc. -- Here is the function: EXECUTE FUNCTION sf_asvehgrukz (:l_objnr,:l_ajahr,:l_anr); It accepts...
View ArticleSubject: Help on obtain performance (remote DB) - by: Support
Firebird EXECUTE BLOCK does not allow to return a result set.
View ArticleSubject: How to improve speed of data fetching with TADQuery. - by: Wodzu
Thanks a lot. I will make an example app. Best regards.
View ArticleSubject: Help on obtain performance (remote DB) - by: Stemonte
Hi, I have read in your manual:>>ADQuery1.NextRecordSet;>>ADQuery1.FetchAll;>>// assign customers records to ADMemTable2>>ADMemTable2.Data := ADQuery1.Data;>>AnyDAC...
View ArticleSubject: Ошибка при работе с MSSQL - by: DmitriyMarkov
Добрый день. Сегодня увидел интересную ошибку в рабочем проекте. Смог воспроизвести в тестовом. Такая ошибка возникает только однократно, если такой код вызывать многократно, то в рабочем проекте...
View ArticleSubject: Delphi XE - Datasnap multitier database - by: hendrang
Hi all, I am new in datasnap multitier database, it seems on client side only TSQLConnection and TClientDataset dataset component can be used to receive data from datasnap server. is it possible to use...
View ArticleSubject: mySQL and boolean fields - by: stocktakesolutions
I'm converting a DB from MS SQL to mySQL, and am using AnyDAC with RO DataAbstract, and am having trouble with boolean fields. In MSSQL, they are set as bit fields, and correctly map as boolean in...
View ArticleSubject: Oracle and XMLType field - by: Adam Siwon
Hello, I have problem with opening query to the table which has column type of XMLType . If I try to execute query then an exception message is shown: Assertion failure. uADPhysOraclWrappers.pas, line...
View ArticleSubject: Oracle and Application Name connection param - by: Adam Siwon
Hello, I have problem with connecting to the Oracle database. When in connection params I have set param ApplicationName then an exception is shown: [AnyDAC][Phys][Ora] ORA-06550: line 1, column 7:...
View ArticleSubject: Delphi XE - Datasnap multitier database - by: Support
Hello Hendra 1) You cannot use AnyDAC datasets instead of TClientDataSet on the client side. 2) You can use AnyDAC DataSnap driver to call DataSnap server methods using TADStoredProc. A server method...
View ArticleSubject: Oracle and Application Name connection param - by: Support
Hello Adam Thank you for reporting that. This is a bug and it is fixed. To apply a fix: - open uADPhysOracle.pas - locate TADPhysOracleConnection.AlterSession method - replace line: [code]...
View ArticleSubject: no return dataset? Sybase(ODBC) - by: Support
Still please try the above options.
View ArticleSubject: mySQL and boolean fields - by: Support
I will suggest to contact RemObjects support team. This looks as a DataAbstract issues, and not AnyDAC one.
View ArticleSubject: Oracle and XMLType field - by: Support
A message means an exception. The exception means that the application execution will stop. But the desired effect is the resultset is accessible. So, the decision is to mark a column read-only and...
View ArticleSubject: problem with localsql - by: Support
Hello Geert Thank you for reporting that and your analysis. The change is included into main source base. For a discount please contact sales@da-soft.com before renewing your AnyDAC subscription :)
View ArticleSubject: TADParam.GetDataSize не соответствует TADParam.GetData - by: Support
Спасибо, не надо. Исправили. Для внесения исправления: - откройте uADStanParam.pas - найдите метод TADParam.GetDataSize - замените его на следующий код: [code]function TADParam.GetDataSize(AIndex:...
View Article