Click here to Skip to main content
15,910,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: runtime created tables into SQL databases Pin
minnie mouse19-Jun-06 16:04
minnie mouse19-Jun-06 16:04 
GeneralRe: runtime created tables into SQL databases Pin
Colin Angus Mackay19-Jun-06 20:17
Colin Angus Mackay19-Jun-06 20:17 
minnie mouse wrote:
so the conventional approach of creating a database , data source, tables, table adaptors, and so on in the IDE doesnt work as there is no data to begin with.


Don't use the IDE, it is bad practice anyway. You should create a separate class for your data interaction (or multiple classes if you want to split the data interaction up into logical grouping - you can put the common stuff in a base class and have all your data access classes inherit from it).

If you don't know how to write data access code already have a look at what the IDE is doing for you then copy and modify it for your own uses.


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
QuestionI loose the session on the client side Pin
TheBeginner7717-Jun-06 21:39
TheBeginner7717-Jun-06 21:39 
AnswerRe: I loose the session on the client side Pin
Guffa18-Jun-06 0:54
Guffa18-Jun-06 0:54 
QuestionRe: I loose the session on the client side [modified] Pin
TheBeginner7718-Jun-06 1:10
TheBeginner7718-Jun-06 1:10 
AnswerRe: I loose the session on the client side Pin
Bogdan Damian19-Jun-06 10:11
Bogdan Damian19-Jun-06 10:11 
Questionabout c Pin
sasi bhushan17-Jun-06 19:54
sasi bhushan17-Jun-06 19:54 
AnswerRe: about c Pin
sasi bhushan17-Jun-06 19:55
sasi bhushan17-Jun-06 19:55 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
sasi bhushan17-Jun-06 19:56
sasi bhushan17-Jun-06 19:56 
GeneralRe: about c Pin
Super Lloyd17-Jun-06 22:15
Super Lloyd17-Jun-06 22:15 
GeneralRe: about c Pin
Graham Nimbley18-Jun-06 11:21
Graham Nimbley18-Jun-06 11:21 
AnswerRe: about c [modified] Pin
Dave Kreskowiak18-Jun-06 2:59
mveDave Kreskowiak18-Jun-06 2:59 
QuestionXML documentation problem Pin
Super Lloyd17-Jun-06 19:47
Super Lloyd17-Jun-06 19:47 
AnswerRe: XML documentation problem Pin
Super Lloyd18-Jun-06 4:53
Super Lloyd18-Jun-06 4:53 
QuestionProblem refactoring CollectionBase to Generics with Sort() Pin
LongRange.Shooter17-Jun-06 18:04
LongRange.Shooter17-Jun-06 18:04 
QuestionOpen file for jus reading Pin
keroed_edmond17-Jun-06 14:58
keroed_edmond17-Jun-06 14:58 
AnswerRe: Open file for jus reading Pin
Robert Rohde17-Jun-06 15:23
Robert Rohde17-Jun-06 15:23 
GeneralRe: Open file for jus reading Pin
keroed_edmond17-Jun-06 19:49
keroed_edmond17-Jun-06 19:49 
QuestionRegarding 70-536 & 70-528 Pin
student_rhr17-Jun-06 14:52
student_rhr17-Jun-06 14:52 
AnswerRe: Regarding 70-536 & 70-528 Pin
Steve Maier17-Jun-06 17:08
professionalSteve Maier17-Jun-06 17:08 
QuestiondataGridView - Select cell on right click Pin
shultas17-Jun-06 14:13
shultas17-Jun-06 14:13 
Question[Message Deleted] Pin
WCup17-Jun-06 13:22
WCup17-Jun-06 13:22 
AnswerRe: How to avoid :not all code paths return a value Pin
TheBeginner7717-Jun-06 13:37
TheBeginner7717-Jun-06 13:37 
AnswerRe: How to avoid :not all code paths return a value Pin
Christian Graus17-Jun-06 13:38
protectorChristian Graus17-Jun-06 13:38 

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.