Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:21
Orcrist17-Sep-04 7:21 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 8:57
Dam.NET19-Sep-04 8:57 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist19-Sep-04 10:42
Orcrist19-Sep-04 10:42 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 10:47
Dam.NET19-Sep-04 10:47 
Generaldatagrid with large record Pin
caheo17-Sep-04 5:03
caheo17-Sep-04 5:03 
GeneralPlugin to Enterpriser Manager Pin
cbmdk16-Sep-04 23:21
cbmdk16-Sep-04 23:21 
QuestionHow do i insert a blank value? Pin
xiaowenjie16-Sep-04 17:54
xiaowenjie16-Sep-04 17:54 
AnswerRe: How do i insert a blank value? Pin
Mekong River17-Sep-04 6:32
Mekong River17-Sep-04 6:32 
You need to check the each text box before it add the record to the database. If your text is null then don't add to your text box. Here is an example:

if isnull(text1.value) = false then rst.field(0).value = text1.value
if isnull(text2.value) = false then rst.field(1).value = text2.value
if isnull(text3.value) = false then rst.field(2).value = text3.value
...
if isnull(text24.value) = false then rst.field(23).value = text24.value


Try to do it and let me know if you have more problem.



A thousand mile of journey, begin with the first step.

APO-CEDC
Save Children Norway-Cambodia Office

GeneralRe: How do i insert a blank value? Pin
xiaowenjie17-Sep-04 18:59
xiaowenjie17-Sep-04 18:59 
GeneralRe: How do i insert a blank value? Pin
Mekong River18-Sep-04 3:40
Mekong River18-Sep-04 3:40 
GeneralLocking Database Pin
WinDotNet16-Sep-04 0:53
WinDotNet16-Sep-04 0:53 
GeneralRe: help in simple access query Pin
David Salter16-Sep-04 10:37
David Salter16-Sep-04 10:37 
GeneralRe: help in simple access query Pin
Mekong River16-Sep-04 15:22
Mekong River16-Sep-04 15:22 
QuestionHow to get two or more params' value in the Extend Procedure DLL ? Pin
fu015-Sep-04 22:21
fu015-Sep-04 22:21 
AnswerRe: How to get two or more params' value in the Extend Procedure DLL ? Pin
David Salter16-Sep-04 10:43
David Salter16-Sep-04 10:43 
QuestionCan set auto-increament value in Ms Access database? Pin
DotNet15-Sep-04 21:57
DotNet15-Sep-04 21:57 
AnswerRe: Can set auto-increament value in Ms Access database? Pin
David Salter16-Sep-04 10:34
David Salter16-Sep-04 10:34 
GeneralHelp required for implementing the rowlevel locking trough ADO Connection Object Pin
chintan197915-Sep-04 20:42
chintan197915-Sep-04 20:42 
GeneralRe: Help required for implementing the rowlevel locking trough ADO Connection Object Pin
Steven Campbell16-Sep-04 8:41
Steven Campbell16-Sep-04 8:41 
GeneralRe: Help required for implementing the rowlevel locking trough ADO Connection Object Pin
WinDotNet6-Oct-04 22:50
WinDotNet6-Oct-04 22:50 
GeneralADO Connection Application Pin
Greg Horwood15-Sep-04 16:06
Greg Horwood15-Sep-04 16:06 
GeneralRe: ADO Connection Application Pin
Steven Campbell16-Sep-04 8:30
Steven Campbell16-Sep-04 8:30 
GeneralRe: ADO Connection Application Pin
Greg Horwood16-Sep-04 13:24
Greg Horwood16-Sep-04 13:24 
GeneralRe: ADO Connection Application Pin
RichardGrimmer17-Sep-04 5:37
RichardGrimmer17-Sep-04 5:37 
GeneralRe: ADO Connection Application Pin
Anonymous17-Sep-04 15:23
Anonymous17-Sep-04 15:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.