Click here to Skip to main content
15,886,873 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Speed of xml database with visual basic 2010 Pin
Dave Kreskowiak25-Dec-15 3:55
mveDave Kreskowiak25-Dec-15 3:55 
GeneralRe: Speed of xml database with visual basic 2010 Pin
ahmed_faeq25-Dec-15 4:44
ahmed_faeq25-Dec-15 4:44 
QuestionIntel DLL &N .NET Pin
Member 1222110921-Dec-15 6:23
Member 1222110921-Dec-15 6:23 
AnswerRe: Intel DLL &N .NET Pin
Gerry Schmitz21-Dec-15 9:57
mveGerry Schmitz21-Dec-15 9:57 
GeneralGet the phone number from the modem when the line is ringing .net c#? Pin
srini231218-Dec-15 22:01
srini231218-Dec-15 22:01 
GeneralRe: Get the phone number from the modem when the line is ringing .net c#? Pin
Richard Andrew x6419-Dec-15 8:25
professionalRichard Andrew x6419-Dec-15 8:25 
QuestionCrate more then table in sql server 2005, one click using c# dot net best way Pin
Yogendra Gurjar11-Dec-15 22:20
Yogendra Gurjar11-Dec-15 22:20 
AnswerRe: Crate more then table in sql server 2005, one click using c# dot net best way Pin
Dave Kreskowiak14-Dec-15 4:53
mveDave Kreskowiak14-Dec-15 4:53 
What do you mean "best way"? I'ts not that hard. SQL servers let you manage them through SQL commands. You simply execute those commands the same way you would any other query against a database. Create a Connection object, a Command object with the appropriate SQL command to create your database, tables, indexes, or whatever... and call ExecuteNonQuery on the Command object. Do this for each command you need and there's your database.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

AnswerRe: Crate more then table in sql server 2005, one click using c# dot net best way Pin
CHill6014-Dec-15 7:01
mveCHill6014-Dec-15 7:01 
QuestionPrint multiple table rdlc report without view in vb.net 2010 Pin
ganesh tale4-Dec-15 16:36
ganesh tale4-Dec-15 16:36 
Question[C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
steve_94966133-Dec-15 4:44
professionalsteve_94966133-Dec-15 4:44 
AnswerRe: [C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
Eddy Vluggen3-Dec-15 4:52
professionalEddy Vluggen3-Dec-15 4:52 
GeneralRe: [C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
steve_94966133-Dec-15 5:27
professionalsteve_94966133-Dec-15 5:27 
AnswerRe: [C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
Matt T Heffron3-Dec-15 7:15
professionalMatt T Heffron3-Dec-15 7:15 
GeneralRe: [C# 2008] How to detect any user interaction to implement a screensaver in a Compact Framework environment Pin
steve_94966134-Dec-15 4:17
professionalsteve_94966134-Dec-15 4:17 
QuestionHow to calculate a geomean for a datatable column? Pin
Member 952753124-Nov-15 22:22
Member 952753124-Nov-15 22:22 
AnswerRe: How to calculate a geomean for a datatable column? Pin
Richard Deeming25-Nov-15 2:31
mveRichard Deeming25-Nov-15 2:31 
GeneralRe: How to calculate a geomean for a datatable column? Pin
Member 95275314-Jul-16 0:19
Member 95275314-Jul-16 0:19 
QuestionIO.Ports.SerialPort Mysterious Delay in port.write Pin
Member 815385219-Nov-15 18:27
Member 815385219-Nov-15 18:27 
Answer[CrossPost] IO.Ports.SerialPort Mysterious Delay in port.write Pin
Garth J Lancaster19-Nov-15 18:47
professionalGarth J Lancaster19-Nov-15 18:47 
GeneralRe: [CrossPost] IO.Ports.SerialPort Mysterious Delay in port.write Pin
Member 815385223-Nov-15 15:37
Member 815385223-Nov-15 15:37 
GeneralRe: [CrossPost] IO.Ports.SerialPort Mysterious Delay in port.write Pin
Dave Kreskowiak23-Nov-15 16:18
mveDave Kreskowiak23-Nov-15 16:18 
GeneralRe: [CrossPost] IO.Ports.SerialPort Mysterious Delay in port.write Pin
Member 815385223-Nov-15 17:10
Member 815385223-Nov-15 17:10 
AnswerRe: IO.Ports.SerialPort Mysterious Delay in port.write Pin
Eddy Vluggen20-Nov-15 6:41
professionalEddy Vluggen20-Nov-15 6:41 
QuestionAfter adding ASP.NET login controls, how do I make it functional? Pin
Kaiser00717-Nov-15 9:10
Kaiser00717-Nov-15 9:10 

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.