Click here to Skip to main content
15,922,166 members
Home / Discussions / Database
   

Database

 
QuestionCreating Database for a holding an its subsidiaries Pin
Maira K11-Nov-06 22:33
Maira K11-Nov-06 22:33 
AnswerRe: Creating Database for a holding an its subsidiaries Pin
Frank Kerrigan13-Nov-06 23:59
Frank Kerrigan13-Nov-06 23:59 
GeneralRe: Creating Database for a holding an its subsidiaries Pin
Maira K14-Nov-06 0:48
Maira K14-Nov-06 0:48 
GeneralExpress Connection Problems Pin
Ed.Poore10-Nov-06 13:49
Ed.Poore10-Nov-06 13:49 
GeneralRe: Express Connection Problems Pin
Rob Graham10-Nov-06 14:22
Rob Graham10-Nov-06 14:22 
GeneralRe: Express Connection Problems Pin
Ed.Poore11-Nov-06 3:19
Ed.Poore11-Nov-06 3:19 
GeneralRe: Express Connection Problems Pin
Ed.Poore12-Nov-06 8:59
Ed.Poore12-Nov-06 8:59 
Questionautoincrement a column using C# Pin
kani9810-Nov-06 12:43
kani9810-Nov-06 12:43 
I have created a database table with 5 columns in VS 2005 and I want the first column to autoincrement. I have set the Is Identity property of the column to yes and set the Identity Increment and Identity Seed properties to 1. In my codebehind, when I make the call this.TableAdapter.Insert(1, 1, DateTime.Now, 0, 0) and run it, I get this error message: Cannot insert explicit value for identity column in table 'Table' when IDENTITY_INSERT is set to OFF. What do I need to pass in as the first argument into the Insert function to get the auto increment to work? Any help would be appreciated, thanks.
AnswerRe: autoincrement a column using C# Pin
Rob Graham10-Nov-06 14:24
Rob Graham10-Nov-06 14:24 
QuestionMDAC, JET and Windows Vista Pin
rajas10-Nov-06 7:47
rajas10-Nov-06 7:47 
QuestionInserting records.... Pin
dansoft9-Nov-06 21:41
dansoft9-Nov-06 21:41 
QuestionVariables in Proceedures Pin
oskardiazdeleon9-Nov-06 12:51
oskardiazdeleon9-Nov-06 12:51 
AnswerRe: Variables in Proceedures Pin
Colin Angus Mackay9-Nov-06 16:55
Colin Angus Mackay9-Nov-06 16:55 
QuestionCreating a sql server data dictionary for our corporation? Pin
Goalie359-Nov-06 9:59
Goalie359-Nov-06 9:59 
AnswerRe: Creating a sql server data dictionary for our corporation? Pin
User 17164929-Nov-06 14:28
professionalUser 17164929-Nov-06 14:28 
QuestionCalling Procedures Pin
Dayekh9-Nov-06 3:07
Dayekh9-Nov-06 3:07 
AnswerRe: Calling Procedures Pin
Eric Dahlvang9-Nov-06 3:33
Eric Dahlvang9-Nov-06 3:33 
GeneralRe: Calling Procedures Pin
Dayekh9-Nov-06 3:52
Dayekh9-Nov-06 3:52 
GeneralRe: Calling Procedures Pin
indianet9-Nov-06 6:53
indianet9-Nov-06 6:53 
GeneralRe: Calling Procedures Pin
Eric Dahlvang9-Nov-06 9:25
Eric Dahlvang9-Nov-06 9:25 
GeneralRe: Calling Procedures Pin
Dayekh9-Nov-06 23:19
Dayekh9-Nov-06 23:19 
QuestionHow to merge two triggers to one Pin
andreas_6359-Nov-06 1:55
andreas_6359-Nov-06 1:55 
AnswerRe: How to merge two triggers to one Pin
Eric Dahlvang9-Nov-06 3:11
Eric Dahlvang9-Nov-06 3:11 
GeneralRe: How to merge two triggers to one Pin
andreas_6359-Nov-06 4:03
andreas_6359-Nov-06 4:03 
GeneralRe: How to merge two triggers to one Pin
Eric Dahlvang9-Nov-06 10:09
Eric Dahlvang9-Nov-06 10:09 

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.