Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Delphi > Create Table in...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1067 of 1132
Post > Topic >>

Create Table in Delphi

by "James Bond" <James.Bond@[EMAIL PROTECTED] > Jun 20, 2006 at 03:00 PM

Hello,

i create a Table in Access via SQL

CREATE TABLE CRITERES (
[CRT_CODE]             VARCHAR(15)    NOT NULL,
[CRT_FIELDNAME]        VARCHAR(30)    NOT NULL,
[CRT_NUMERO]           INTEGER        NULL,
[CRT_LIBELLE]          VARCHAR(50)    NULL)

In Access, i see that the field CRT_LIBELLE must be filled and cannot be 
empty.

I got a error when i do : (because CRT_LIBELLE is empty)

INSERT INTO CRITERES VALUES ('TOTO', 'TITI', 0, '')


In Access, when i go to the table's definition , and when i am on the
field 
CRT_LIBELLE, i see :

Chaine vide authorisée : Non

How can i do to put YES (to allow empty string) via SQL ?
Comment faire pour y mettre oui en passant par SQL ?
 




 1 Posts in Topic:
Create Table in Delphi
"James Bond" &l  2006-06-20 15:00:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Jul 6 15:41:17 CDT 2008.