Quantcast
Channel: DA-SOFT Technologies - Forum
Browsing all 1040 articles
Browse latest View live

Subject: Список серверов в сети - by: GrigorijPoverennyj

Добрый день. В коде поиска серверов используется SQLDMO.Application. Найден ещё один путь, может его добавить? http://www.codeproject.com/Articles/5703/Finding-SQL-Servers-on-the-Network И второй...

View Article


Subject: Detail query not cleaned on insert of master - by: Support

No, it does not matter.

View Article


Subject: Список серверов в сети - by: Support

Спасибо за код, измененную версию включим в AnyDAC.

View Article

Subject: MS SQL Native? - by: Support

Да, используется ODBC драйвер. В терминологии AnyDAC: - родной драйвер. Может быть построен на базе как низкоуровневого API СУБД, так и на основе ODBC. В последнем случае AnyDAC знает как правильно...

View Article

Subject: Таблица в MS SQL 2005, несколько полей со значениями, вычисляемыми...

Спасибо, помогло!

View Article


Subject: 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 Article

Subject: 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 Article

Subject: 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 Article


Subject: Embarcadero has bought the AnyDAC - by: GrigorijPoverennyj

Русская поддержка будет?

View Article


Subject: Embarcadero has bought the AnyDAC - by: Support

FR не является собственностью Embt. AnyDAC собственность Embt. Как будет распространяться - Embt анонсирвет это в конце месяца.

View Article

Subject: EAssertionFailed when calling LoadFromFile - by: Support

This change is part of 6.0.9.3011 release

View Article

Subject: 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 Article

Subject: 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 Article


Subject: PostgreSQL insert fail with error insufficient data left in message...

Please provide a simple test application, as we failed to reproduce the issue.

View Article

Subject: installation delphi2007 - by: GeertSegers

Ok, solved it myself....pffffff not that easy.

View Article


Subject: Firebird, update trigger definition - by: artik

Thank you.

View Article

Subject: 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 Article


Subject: 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 Article

Subject: How to increase INSERT performance? - by: gaborboros

XE3 Update 1 and XP SP3 32bit. Gabor

View Article

Subject: insert problem - by: GeertSegers

================================ Connection definition parameters ================================ Name=ConnectionDef4 DriverID=MSAcc Database=D:\Downloads\CartoExold.mdb...

View Article
Browsing all 1040 articles
Browse latest View live