Subject: Список серверов в сети - by: GrigorijPoverennyj
Добрый день. В коде поиска серверов используется SQLDMO.Application. Найден ещё один путь, может его добавить? http://www.codeproject.com/Articles/5703/Finding-SQL-Servers-on-the-Network И второй...
View ArticleSubject: Detail query not cleaned on insert of master - by: Support
No, it does not matter.
View ArticleSubject: Список серверов в сети - by: Support
Спасибо за код, измененную версию включим в AnyDAC.
View ArticleSubject: MS SQL Native? - by: Support
Да, используется ODBC драйвер. В терминологии AnyDAC: - родной драйвер. Может быть построен на базе как низкоуровневого API СУБД, так и на основе ODBC. В последнем случае AnyDAC знает как правильно...
View ArticleSubject: PostgreSQL insert fail with error insufficient data left in message...
Hello, 1) [code]================================ Connection definition parameters ================================ Password=***** DriverID=PG Server=servdev Port=5432 DataBase=LOGYPLANPG...
View ArticleSubject: problem with mysql - by: GeertSegers
Ok, found it. Seems when you install the mysql server on windows 7 (even when you select x86) the mylibsql is in 64 bit... Just downloaded the 32 bit version and it worked! Thx for the pointer (due to...
View ArticleSubject: Firebird, update trigger definition - by: Iam_Noone
HI. If you want to modify your trigger (or the entire Database) from Delphi using AnyDAC, you have to use TADScript, there's an example in the installation folder that you can use.
View ArticleSubject: Embarcadero has bought the AnyDAC - by: GrigorijPoverennyj
Русская поддержка будет?
View ArticleSubject: Embarcadero has bought the AnyDAC - by: Support
FR не является собственностью Embt. AnyDAC собственность Embt. Как будет распространяться - Embt анонсирвет это в конце месяца.
View ArticleSubject: EAssertionFailed when calling LoadFromFile - by: Support
This change is part of 6.0.9.3011 release
View ArticleSubject: Assertion error in uADPhysADSWrapper.pas - by: Support
Ok, could you please add FastMM4 to your DPR file "uses" clause and enable FullDebugMode. That may produce a memory overrun report, if it happens. Looks like it is ...
View ArticleSubject: Why are all fields from view required in TAdQuery? - by: BorutO
Hello. We decided to create our own class and override InternalDelete with: [code]procedure TMCLADQuery.InternalDelete; var i: Integer; begin for i := 0 to Table.Columns.Count - 1 do if...
View ArticleSubject: PostgreSQL insert fail with error insufficient data left in message...
Please provide a simple test application, as we failed to reproduce the issue.
View ArticleSubject: installation delphi2007 - by: GeertSegers
Ok, solved it myself....pffffff not that easy.
View ArticleSubject: PostgreSQL insert fail with error insufficient data left in message...
Thank you for reporting that. ftExtended is not supported by PostgreSQL driver. We will add support for this data type.
View ArticleSubject: How to increase INSERT performance? - by: Support
Without looking into all 3 your tests, I cannot say, what you have done wrong with Array DML. I modified your test - moved StartTransaction / Prepare / Commit out of the loops and added Array DML. My...
View ArticleSubject: How to increase INSERT performance? - by: gaborboros
XE3 Update 1 and XP SP3 32bit. Gabor
View ArticleSubject: insert problem - by: GeertSegers
================================ Connection definition parameters ================================ Name=ConnectionDef4 DriverID=MSAcc Database=D:\Downloads\CartoExold.mdb...
View Article