|
|
|
ต้องการ insert datetime ให้เป็นค่า null ลงในฐานข้อมูล โดย vb.net ต้องประกาศตัวแปรอย่างไรให้เก็บเป็นค่า null |
|
|
|
|
|
|
|
กำหนด Database ให้ Column นั้นเป็น Allow Null
แล้วเวลาเขียนคำสั่ง Insert ก็ไม่ต้อง Insert ที่ Column นั้นครับ
|
|
|
|
|
Date :
2014-01-28 14:25:13 |
By :
Nameless |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บางทีก็ส่งค่ามาค่ะ บางทีไม่ค่าก็ให้เป็น ค่า null ค่ะ
|
|
|
|
|
Date :
2014-01-28 14:34:20 |
By :
nuknik |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คำว่า Nothing ใช้แทนได้ไหมครับ
|
|
|
|
|
Date :
2014-01-28 15:17:43 |
By :
01000010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-1
1. define it like your_field DATETIME NULL DEFAULT NULL
2. dont insert a blank string, insert a NULL INSERT INTO x(your_field)VALUES(NULL)
-2
DbNull.value
Insert into orders(CustomerID, EmployeeID,RequiredDate)Values("RICSU","4",DbNull.value)
|
ประวัติการแก้ไข 2014-01-28 16:51:04
|
|
|
|
Date :
2014-01-28 16:44:45 |
By :
Honey4U |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|