Click here to Skip to main content
15,892,161 members
Home / Discussions / Database
   

Database

 
QuestionLaoding the whole database tables into a DataSet Pin
hamidreza_buddy30-Jun-06 0:43
hamidreza_buddy30-Jun-06 0:43 
AnswerRe: Laoding the whole database tables into a DataSet [modified] Pin
Colin Angus Mackay30-Jun-06 1:02
Colin Angus Mackay30-Jun-06 1:02 
GeneralRe: Laoding the whole database tables into a DataSet Pin
hamidreza_buddy1-Jul-06 0:53
hamidreza_buddy1-Jul-06 0:53 
GeneralRe: Laoding the whole database tables into a DataSet Pin
Colin Angus Mackay1-Jul-06 1:15
Colin Angus Mackay1-Jul-06 1:15 
QuestionPlease help me for finding a word from a field of database Pin
Jesal Rana29-Jun-06 23:22
Jesal Rana29-Jun-06 23:22 
AnswerRe: Please help me for finding a word from a field of database Pin
Paddy Boyd29-Jun-06 23:35
Paddy Boyd29-Jun-06 23:35 
Questionsubstring and charindex Pin
uglyeyes29-Jun-06 15:23
uglyeyes29-Jun-06 15:23 
AnswerRe: substring and charindex Pin
Colin Angus Mackay29-Jun-06 21:36
Colin Angus Mackay29-Jun-06 21:36 
This breaks the first normal form. You should insert the data into the database in the split form in the first place. You can then create a computed column that concatenates the strings back together again.

However, if you are insistant on your approach above you might find these string functions[^] useful.

As for inserting the data into other columns. You can either do this when you create the row in the first place using INSERT[^] or after the row is initially created using UPDATE[^]


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
AnswerRe: substring and charindex Pin
vivek-g30-Jun-06 1:15
vivek-g30-Jun-06 1:15 
AnswerRe: substring and charindex Pin
Mike Dimmick1-Jul-06 21:34
Mike Dimmick1-Jul-06 21:34 
QuestionBest practices for installation needed Pin
Gary Wheeler29-Jun-06 11:04
Gary Wheeler29-Jun-06 11:04 
AnswerRe: Best practices for installation needed Pin
Frank Kerrigan30-Jun-06 6:19
Frank Kerrigan30-Jun-06 6:19 
GeneralRe: Best practices for installation needed Pin
Gary Wheeler30-Jun-06 7:54
Gary Wheeler30-Jun-06 7:54 
QuestionInstead of Trigger for SQL Server Column Question Pin
Ambsgirl29-Jun-06 10:06
Ambsgirl29-Jun-06 10:06 
QuestionCopy column from one table to another question Pin
leckey29-Jun-06 9:11
leckey29-Jun-06 9:11 
AnswerRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:30
Colin Angus Mackay29-Jun-06 9:30 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:32
leckey29-Jun-06 9:32 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:36
leckey29-Jun-06 9:36 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:41
Colin Angus Mackay29-Jun-06 9:41 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 9:43
leckey29-Jun-06 9:43 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 9:56
Colin Angus Mackay29-Jun-06 9:56 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 10:00
leckey29-Jun-06 10:00 
GeneralRe: Copy column from one table to another question Pin
Colin Angus Mackay29-Jun-06 10:05
Colin Angus Mackay29-Jun-06 10:05 
GeneralRe: Copy column from one table to another question Pin
leckey29-Jun-06 10:07
leckey29-Jun-06 10:07 
Questionhow do we get the column type from datagrid [modified] Pin
arutjothi29-Jun-06 5:34
arutjothi29-Jun-06 5:34 

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.