Click here to Skip to main content
15,887,854 members
Home / Discussions / C#
   

C#

 
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 
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 

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.