Database
A database is a structured collection of records or data.
Language
Delphi
Remove
Platform
Any
License
Any
: : : : i have a homework...my homework is to read file text, compare with the database and show it up. The problem is that i must show it in form with RGB color...the point is if the value in text...
Hi. Please consider the following code:
var R:array of byte;
p:PByte;
p:=@R;
Now, I want to the R buffer starts on an even 16 byte address. The relevant C code for this purpose is:...
Hi there,
I would suggest you to use MS SQL Server 2005 Express Edition. It is free and reliable.
Leonardo
: Hi there ,
: Can anybody advise me a free database
: I'm using delphi 2005 and...
We are a software company in the turkey.Looking for will with us work software engineer.
The peculiarity what we looked for.
Fulltime work.
Good degree a software language
(C,C++,C#,Visual...
: Hello.
:
: I do alot of queries in SQL databases and my opinion is that the easiest way is to build all queries in runtime.
:
: I would do something like this:
:
: MyQuery.Sql.Clear;
:...
Hello.
I do alot of queries in SQL databases and my opinion is that the easiest way is to build all queries in runtime.
I would do something like this:
MyQuery.Sql.Clear;
MyQuery.Sql...
Try setting the SQL property of the query during run time. Parameters that are dependent on run time values cannot be set during compile time. Which component are you using? The TADOQuery has a SQL...
Hi,
I want to Connect to Microsoft Access files in my Project.
I added a datasource from my .mdb file to my VB.NET Project .
I want to know how i can run directly an sql query on this database and...
Thanks for your advices, but I'm interested in making dbExpress to do the work.
And is it possible to connect to MySQL server located on Internet machine with TDatabase? I was told that TDatabase is...
This message was edited by sziszi81 at 2006-6-20 23:18:42
Ok, im already sick of this!
How can i get the field's description of a Firebird table?
I managed to find the Domain descriptions from...
: how can u find a stand-alone version of Borland database engine? because i have developed an application which doesn't run on other computers except mine, because it requires BDE. and i don't want...
: don't want to have to install delphi on each computer...
With InstallShield (and similar products) you can include the relevant BDE elements in your installation scripts. be careful though that...
Hi,
I want to import CSV database in TEasyTable in Delphi 5.0. There is one function named Importtable of TEasyTable.
It works fine for .DBF and .DB database but it doesn't wotk for CSV...
I wrote a Delphi program in which we need to access to memory a lot.But unfortunately, it is very time consuming on my Pentium 4 (2.8GHz 512MB ) To speed up it someone advices me to a 64bit CPU. But...
: how can u find a stand-alone version of Borland database engine? because i have developed an application which doesn't run on other computers except mine, because it requires BDE. and i don't want...
how can u find a stand-alone version of Borland database engine? because i have developed an application which doesn't run on other computers except mine, because it requires BDE. and i don't want to...
: Hi,
: I am switching from Delphi to Visual C++ 6 ...
: I have some very simple questions:
: 1.How to Insert a jpeg/gif/...(not .bmp) image in a CMyAppDlg ?
: 2.How to move a Picture Control and...
: : Hi !
: : I have this problem, I want develop a report passed on monthly but I have a problem how i can determine the ongoing month for eg. the date is 28-05-2006 to show in my report from the...
: Hi !
: I have this problem, I want develop a report passed on monthly but I have a problem how i can determine the ongoing month for eg. the date is 28-05-2006 to show in my report from the...
Hi,
I am switching from Delphi to Visual C++ 6 ...
I have some very simple questions:
1.How to Insert a jpeg/gif/...(not .bmp) image in a CMyAppDlg ?
2.How to move a Picture Control and set the...