Click here to Skip to main content
16,006,760 members
Home / Discussions / Database
   

Database

 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Jerry Hammond5-May-07 4:20
Jerry Hammond5-May-07 4:20 
AnswerRe: Export DB from Sql Server 2005 Express Pin
Aaron VanWieren3-May-07 3:13
Aaron VanWieren3-May-07 3:13 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Colin Angus Mackay3-May-07 4:13
Colin Angus Mackay3-May-07 4:13 
GeneralRe: Export DB from Sql Server 2005 Express Pin
Aaron VanWieren3-May-07 7:46
Aaron VanWieren3-May-07 7:46 
AnswerRe: Sql Function returning a tree structure Pin
Pete O'Hanlon2-May-07 22:34
mvePete O'Hanlon2-May-07 22:34 
GeneralRe: Sql Function returning a tree structure Pin
Colin Angus Mackay3-May-07 1:52
Colin Angus Mackay3-May-07 1:52 
GeneralRe: Sql Function returning a tree structure Pin
Pete O'Hanlon3-May-07 2:26
mvePete O'Hanlon3-May-07 2:26 
QuestionADOX Pin
myNameIsRon2-May-07 11:04
myNameIsRon2-May-07 11:04 
Using ADOX (in C# form application) to update a Jet 4.0 database

Supposedly I should be able to change a column’s REQUIRED property by using this code:
cat.Tables["Products"].Columns["ItemReorderDate"].Properties["Nullable"].Value = true;
Found at:
http://msdn2.microsoft.com/en-us/library/aa140022(office.10).aspx

Unfortunately, it gives this error:
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.

Is ADOX “Nullable” not compatible with Jet 4.0?

If not, is it possible to change the REQUIRED property to "NO" by a SQL command for Jet 4.0?

Thanks,
Ron

QuestionSave and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 6:41
MCAST762-May-07 6:41 
AnswerRe: Save and retrieve an image with SQL Server 2005 Pin
Giorgi Dalakishvili2-May-07 7:17
mentorGiorgi Dalakishvili2-May-07 7:17 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 16:49
MCAST762-May-07 16:49 
AnswerRe: Save and retrieve an image with SQL Server 2005 Pin
Michael Potter2-May-07 8:27
Michael Potter2-May-07 8:27 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
MCAST762-May-07 16:47
MCAST762-May-07 16:47 
GeneralRe: Save and retrieve an image with SQL Server 2005 Pin
Giorgi Dalakishvili2-May-07 21:05
mentorGiorgi Dalakishvili2-May-07 21:05 
Questionsql string format Pin
hero19952-May-07 5:42
hero19952-May-07 5:42 
AnswerRe: sql string format Pin
Rob Graham2-May-07 9:17
Rob Graham2-May-07 9:17 
QuestionHow do you resume next? Pin
kayos5922-May-07 5:42
kayos5922-May-07 5:42 
AnswerRe: How do you resume next? Pin
Colin Angus Mackay2-May-07 6:06
Colin Angus Mackay2-May-07 6:06 
GeneralRe: How do you resume next? Pin
kayos5922-May-07 6:54
kayos5922-May-07 6:54 
QuestionSQL Query Problem Pin
rachitdamani2-May-07 1:14
rachitdamani2-May-07 1:14 
AnswerRe: SQL Query Problem Pin
gauthee2-May-07 1:48
gauthee2-May-07 1:48 
QuestionGranting Permissions: Under what authority? Pin
Brady Kelly1-May-07 23:56
Brady Kelly1-May-07 23:56 
AnswerRe: Granting Permissions: Under what authority? Pin
Colin Angus Mackay2-May-07 0:19
Colin Angus Mackay2-May-07 0:19 
GeneralRe: Granting Permissions: Under what authority? Pin
Brady Kelly2-May-07 1:20
Brady Kelly2-May-07 1:20 
Questionplease tell me the truth Pin
hero19951-May-07 23:36
hero19951-May-07 23:36 

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.