Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
JokeRe: Easy question! Pin
Squee!18-Jun-06 9:22
Squee!18-Jun-06 9:22 
QuestionDCC Transfer - C# Pin
MaxWAT18-Jun-06 4:10
MaxWAT18-Jun-06 4:10 
AnswerRe: DCC Transfer - C# Pin
Mr. VB.NET20-Jun-06 2:13
Mr. VB.NET20-Jun-06 2:13 
QuestionDate Regulare Expression Pin
Mohamed El Gohary18-Jun-06 4:09
Mohamed El Gohary18-Jun-06 4:09 
AnswerRe: Date Regulare Expression Pin
Guffa18-Jun-06 4:15
Guffa18-Jun-06 4:15 
Question.Net version Pin
Stanciu Vlad18-Jun-06 1:09
Stanciu Vlad18-Jun-06 1:09 
AnswerRe: .Net version Pin
Dave Kreskowiak18-Jun-06 2:56
mveDave Kreskowiak18-Jun-06 2:56 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 3:10
Stanciu Vlad18-Jun-06 3:10 
GeneralRe: .Net version Pin
User 665818-Jun-06 3:42
User 665818-Jun-06 3:42 
GeneralRe: .Net version Pin
Roger Alsing18-Jun-06 7:45
Roger Alsing18-Jun-06 7:45 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 7:50
Stanciu Vlad18-Jun-06 7:50 
GeneralRe: .Net version Pin
Ed.Poore18-Jun-06 8:17
Ed.Poore18-Jun-06 8:17 
GeneralRe: .Net version Pin
Stanciu Vlad18-Jun-06 8:22
Stanciu Vlad18-Jun-06 8:22 
GeneralRe: .Net version Pin
Ed.Poore18-Jun-06 8:33
Ed.Poore18-Jun-06 8:33 
GeneralRe: .Net version Pin
J. Dunlap18-Jun-06 19:51
J. Dunlap18-Jun-06 19:51 
QuestionHow To get the input from parallel port using c# [modified] Pin
h_world18-Jun-06 0:42
h_world18-Jun-06 0:42 
AnswerRe: How To get the input from parallel port using c# Pin
Ed.Poore18-Jun-06 8:34
Ed.Poore18-Jun-06 8:34 
QuestionSending parameter while installation Pin
anom2m17-Jun-06 22:46
anom2m17-Jun-06 22:46 
AnswerRe: Sending parameter while installation Pin
Ed.Poore18-Jun-06 8:17
Ed.Poore18-Jun-06 8:17 
Questionruntime created tables into SQL databases Pin
minnie mouse17-Jun-06 22:25
minnie mouse17-Jun-06 22:25 
AnswerRe: runtime created tables into SQL databases Pin
Colin Angus Mackay17-Jun-06 23:00
Colin Angus Mackay17-Jun-06 23:00 
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 

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.