Thanks for your reply. But the post you link to, has no reference to my current problem:
If i create the TEXT field with noteTitle CHAR(255) i can see it on a dbgrid.
Now, i can not show anything, not even the date field, on the dblistbox.
Has anyone done that?
Search found 6 matches
- 31.03.2010, 14:18
- Forum: SQLite
- Topic: Create Database + Table From Scratch (Programatically)
- Replies: 6
- Views: 2230
- 30.03.2010, 18:58
- Forum: SQLite
- Topic: Create Database + Table From Scratch (Programatically)
- Replies: 6
- Views: 2230
- 30.03.2010, 18:07
- Forum: SQLite
- Topic: Create Database + Table From Scratch (Programatically)
- Replies: 6
- Views: 2230
Now, that worked. I have to get used to make it using SQL commands. ZConnection.ExecuteDirect('CREATE TABLE NOTES (noteTitle TEXT PRIMARY KEY,noteDate DATE,noteNote TEXT)'); The problem i have now, is that the only way of displaying the TEXT fields, is under a DBmemo. How can i display the TITLE fie...
- 30.03.2010, 05:22
- Forum: SQLite
- Topic: Create Database + Table From Scratch (Programatically)
- Replies: 6
- Views: 2230
Create Database + Table From Scratch (Programatically)
I'm making a very simple "portable" (and open source), application. I have not programed in Delphi DB in the last 8 years, so i don't remember much. The good thing is that now there is "the internets", but i can not find some answers. I want my application to start, and if it doe...
- 09.09.2006, 20:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Most Delphi Friendly Database: best access options
- Replies: 2
- Views: 925
- 08.09.2006, 23:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Most Delphi Friendly Database: best access options
- Replies: 2
- Views: 925
Most Delphi Friendly Database: best access options
Af all this RDBMS, which one has the best delphi "friendlyness"?
MySQL
PostgreSQL
FirebirdSQL
By friendlyness i mean, wich one has the best native connection? or the best zeos connection? which is easier to work with, from a delphi point of view?
Thanks.
MySQL
PostgreSQL
FirebirdSQL
By friendlyness i mean, wich one has the best native connection? or the best zeos connection? which is easier to work with, from a delphi point of view?
Thanks.