Click here to Skip to main content
15,905,913 members
Home / Discussions / Database
   

Database

 
AnswerRe: Sql Server 2005 connection problem Pin
Jerry Hammond20-Apr-07 17:38
Jerry Hammond20-Apr-07 17:38 
QuestionDisplaying Data in DataGridView [modified] Pin
cocoonwls19-Apr-07 16:30
cocoonwls19-Apr-07 16:30 
AnswerRe: Displaying Data in DataGridView Pin
Tirthadip19-Apr-07 18:58
Tirthadip19-Apr-07 18:58 
GeneralRe: Displaying Data in DataGridView Pin
cocoonwls19-Apr-07 20:15
cocoonwls19-Apr-07 20:15 
Questionwhat is "No overload for method 'runNonSelectQuery' takes '3' arguments" mean Pin
Eyungwah19-Apr-07 5:20
Eyungwah19-Apr-07 5:20 
AnswerRe: what is "No overload for method 'runNonSelectQuery' takes '3' arguments" mean Pin
Colin Angus Mackay19-Apr-07 5:34
Colin Angus Mackay19-Apr-07 5:34 
Questionauto increment Pin
hadad19-Apr-07 5:17
hadad19-Apr-07 5:17 
AnswerRe: auto increment Pin
Colin Angus Mackay19-Apr-07 5:30
Colin Angus Mackay19-Apr-07 5:30 
It looks like you are storing two different things in the column. If so then you are breaking the first normal form and you should consider splitting the value into two separate columns. You can always create a compound primary key if the existing value is used as a primary key. You can also create a calculated column to join the separated values together again (if you read the column frequently).

If you were to split the value into two separate parts the numeric part could be automatically incremented by the database.


Upcoming events:
* Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

QuestionShould the INDEX name be used in SELECT statement Pin
cy163@hotmail.com19-Apr-07 4:11
cy163@hotmail.com19-Apr-07 4:11 
AnswerRe: Should the INDEX name be used in SELECT statement Pin
Colin Angus Mackay19-Apr-07 4:33
Colin Angus Mackay19-Apr-07 4:33 
QuestionQuestion on SQL experission for complicated query Pin
cy163@hotmail.com19-Apr-07 3:42
cy163@hotmail.com19-Apr-07 3:42 
AnswerRe: Question on SQL experission for complicated query Pin
Arun.Immanuel20-Apr-07 5:27
Arun.Immanuel20-Apr-07 5:27 
AnswerRe: Question on SQL experission for complicated query Pin
Shetty_8023-Apr-07 2:40
Shetty_8023-Apr-07 2:40 
QuestionBOOL type value GetCollect() and PutCollect, How to store/retrieve BOOL type value from/to SQL server database Pin
cy163@hotmail.com19-Apr-07 3:30
cy163@hotmail.com19-Apr-07 3:30 
AnswerRe: BOOL type value GetCollect() and PutCollect, How to store/retrieve BOOL type value from/to SQL server database Pin
mghiassi20-Apr-07 2:59
mghiassi20-Apr-07 2:59 
QuestionDatagrid Quiestion Pin
sangramkp19-Apr-07 2:20
sangramkp19-Apr-07 2:20 
AnswerRe: Datagrid Quiestion Pin
_mubashir19-Apr-07 2:40
_mubashir19-Apr-07 2:40 
GeneralRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 3:42
professionalMarcus J. Smith19-Apr-07 3:42 
GeneralRe: Datagrid Quiestion Pin
_mubashir19-Apr-07 8:42
_mubashir19-Apr-07 8:42 
GeneralRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 9:34
professionalMarcus J. Smith19-Apr-07 9:34 
AnswerRe: Datagrid Quiestion Pin
Marcus J. Smith19-Apr-07 3:44
professionalMarcus J. Smith19-Apr-07 3:44 
QuestionWhat is Stored Procedure? Pin
Care Career19-Apr-07 1:50
Care Career19-Apr-07 1:50 
AnswerRe: What is Stored Procedure? Pin
kubben19-Apr-07 1:58
kubben19-Apr-07 1:58 
AnswerRe: What is Stored Procedure? Pin
Mike Dimmick19-Apr-07 2:28
Mike Dimmick19-Apr-07 2:28 
QuestionSql Database Shrink Wizard Pin
S Anand19-Apr-07 1:46
S Anand19-Apr-07 1:46 

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.