-
Content Count
132 -
Joined
-
Last visited
-
Days Won
1
Everything posted by weirdo12
-
[FireDAC](Comp)[DS]-306. Command [FDTable] text must be not empty. (solved)
weirdo12 replied to JohnLM's topic in Databases
From what I gather, you were assuming CopyDataSet would automatically create a new table in an SQLite database. Is that correct? -
[FireDAC](Comp)[DS]-306. Command [FDTable] text must be not empty. (solved)
weirdo12 replied to JohnLM's topic in Databases
Do you have a SELECT query in the Command property of the TFDTable component? -
Delphi sqlite datatype IMAGE ??? does this really exists?
weirdo12 replied to Al T's topic in Databases
What you might be wondering is how FireDAC interprets a column that is defined to have the data type IMAGE when that data is read from the database. IMAGE is not a SQLite data type. Have a look at this page: https://www.sqlite.org/flextypegood.html -
Do you qualify to connect to the database? ADDITIONAL LICENSE TERMS APPLICABLE TO RAD STUDIO, DELPHI AND C++BUILDER PROFESSIONAL, PROFESSIONAL WITH MOBILE, COMMUNITY EDITION, AND PROFESSIONAL ACADEMIC EDITIONS In the event Licensee has obtained a RAD Studio, Delphi or C++Builder Professional, Professional with Mobile or Professional Academic product license then the following terms apply. Subject to the terms and conditions of this Agreement, Licensor grants to Licensee as the licensed user of the Product the limited right to use those portions of the Product identified as "dbExpress" and "FireDAC", in executable form only, to access a local database installed on the same machine as the Work. Licensee may not use that portion of the Product identified as "dbExpress" or "FireDAC" in association with a database located on a different machine other than the machine on which the Works are installed.
-
TFDScript.ExecuteALL does not seem to behave as expected
weirdo12 replied to Dustin T Waling's topic in Databases
Thanks for following up on the issue you were having. -
What are you using as the server name?
-
TFDScript.ExecuteALL does not seem to behave as expected
weirdo12 replied to Dustin T Waling's topic in Databases
My previous post was way off base. I'm still interested why you've had so much trouble getting TFDScript to work as you expected. I use it it with SQL Anywhere, SQLite, SQL Server, PostgreSQL and MySQL. -
TFDScript.ExecuteALL does not seem to behave as expected
weirdo12 replied to Dustin T Waling's topic in Databases
Are you setting the TFDScript.ScriptOptions.CommandSeparator property? Are all SQL statements terminated? sql_script->SQL->Add("ALTER TABLE \"dba\".truck RENAME dsptch15_truck;"); What does the code you a using look like? -
Do you need an ARM64 compiler for Windows?
weirdo12 replied to Lars Fosdal's topic in Cross-platform
Lars, to answer your question - no. -
Did you consider just using SQLite?
-
FireDac replacement ClientDataset in 3 tier application
weirdo12 replied to al17nichols's topic in Databases
If you can, purchase this: http://www.jensendatasystems.com/firedacbook/ -
I see this is an old question 😉 Anyway, I should have asked: Is there a particular reason you are using Firebird?
-
Why are you using Firebird?
-
Refresh meaning you call TFDQuery.Refresh?
-
Take a look at this line in the link Lars posted: CREATE INDEX / DROP INDEX. Instead of the SQL indexes, use the dataset indexes. Seems to me that means if the TFDMemTable has indexes they will be used.
-
Gross margin as a percentage: Gross Margin % = (Revenue – Cost of Goods Sold) / Revenue * 100 (Sell - Cost) / Sell * 100
-
You should take some time and read this topic: Configuring Drivers (FireDAC) - RAD Studio (embarcadero.com)
-
Compillation Error: Unable to open file VCL.FORMS.OBJ
weirdo12 replied to maheshbabu's topic in General Help
Create a new project and go through the pain of adding your source files to it. Not ideal, but you'll be happy for taking the time to do it. -
Does C++ Builder have code completion?
weirdo12 replied to Der schöne Günther's topic in General Help
Code completion works great in 10.4.2 - with Clang compiler projects. -
I have no comment on the debugger parts of the question.
-
It's VERY fast - when using a Clang compiler.
-
Compillation Error: Unable to open file VCL.FORMS.OBJ
weirdo12 replied to maheshbabu's topic in General Help
Is this error produced from a new VCL application project? What version are you using? -
I actually moved some software from the Classic compiler over to the 32-bit Clang compiler using 10.4.2! The project uses DevExpress, JEDI, AsyncPro, OnGuard, and Indy components.
-
[ilink32 Error] Fatal: Unable to open file 'DATA.OBJ'
weirdo12 replied to TotteKarlsson's topic in General Help
Did you search your code for #pragma link "Data"? -
Firedac FDBatchMove.Execute error when last line in double-quote CSV file does not contain linefeed
weirdo12 replied to egnew's topic in Databases
FYI, this issue remains unresolved in 10.4.2. I added some more details to the report today.- 6 replies
-
- firedac
- fdbatchmove
-
(and 1 more)
Tagged with: