Click here to Skip to main content
16,004,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: copying from the memory Pin
microuser_200020-Oct-05 7:05
microuser_200020-Oct-05 7:05 
QuestionINI and CFG files Pin
No-e18-Oct-05 7:38
No-e18-Oct-05 7:38 
AnswerRe: INI and CFG files Pin
Richard_Wolf18-Oct-05 8:24
Richard_Wolf18-Oct-05 8:24 
AnswerRe: INI and CFG files Pin
Dave Kreskowiak18-Oct-05 8:25
mveDave Kreskowiak18-Oct-05 8:25 
GeneralRe: INI and CFG files Pin
No-e18-Oct-05 8:32
No-e18-Oct-05 8:32 
QuestionSelect Text in a datagrid with one click Pin
cruise9518-Oct-05 6:38
cruise9518-Oct-05 6:38 
QuestionWhat is the code? Pin
Deema Jack18-Oct-05 6:29
Deema Jack18-Oct-05 6:29 
AnswerRe: What is the code? Pin
Christian Graus18-Oct-05 12:07
protectorChristian Graus18-Oct-05 12:07 
Deema Jack wrote:
How can I add a button to search specific records determined by two columns in this DB ,and that must be by using one button.


Add a button. Add a handler. Write a stored proc that does the search based on the two fields. Call the stored proc, using the values of the text boxes, and show the result.

Deema Jack wrote:
What is the best technique uesed to make a connection to a DB in Vb.net, the ADO.NET(oledb) provided Data in VB.NET or using a code for each task and command? why?


I'm not sure how you'd 'use a code for each task and command' ? Basically, the best thing to do is to create connections late, release them early. .NET has it's own connection pool. It works best if all your users log into the database with the same user/password ( so permissions are handled within the DB, not at login ).

Christian Graus - Microsoft MVP - C++
GeneralRe: What is the code? Pin
Deema Jack20-Oct-05 2:30
Deema Jack20-Oct-05 2:30 
GeneralRe: What is the code? Pin
Christian Graus20-Oct-05 10:04
protectorChristian Graus20-Oct-05 10:04 
QuestionHelp with building a SQL Query Pin
Isobar18-Oct-05 5:23
Isobar18-Oct-05 5:23 
AnswerRe: Help with building a SQL Query Pin
KaptinKrunch18-Oct-05 7:40
KaptinKrunch18-Oct-05 7:40 
QuestionHard Drive Serial Number Pin
Ralph Stillinger18-Oct-05 5:13
Ralph Stillinger18-Oct-05 5:13 
AnswerRe: Hard Drive Serial Number Pin
Richard_Wolf18-Oct-05 9:52
Richard_Wolf18-Oct-05 9:52 
QuestionHow can I get help topic, content in .chm file? Pin
ducgerman18-Oct-05 4:39
ducgerman18-Oct-05 4:39 
AnswerRe: How can I get help topic, content in .chm file? Pin
enjoycrack18-Oct-05 10:30
enjoycrack18-Oct-05 10:30 
QuestionPlz help me Everybody Pin
Member 230469118-Oct-05 4:20
Member 230469118-Oct-05 4:20 
AnswerRe: Plz help me Everybody Pin
medicenpringles18-Oct-05 5:27
medicenpringles18-Oct-05 5:27 
GeneralRe: Plz help me Everybody Pin
Member 230469118-Oct-05 6:36
Member 230469118-Oct-05 6:36 
GeneralRe: Plz help me Everybody Pin
medicenpringles19-Oct-05 7:28
medicenpringles19-Oct-05 7:28 
Questionhow to get row number of datagrid when clicked Pin
sai_sailendra18-Oct-05 2:55
sai_sailendra18-Oct-05 2:55 
AnswerRe: how to get row number of datagrid when clicked Pin
prathiba_naresh18-Oct-05 4:10
prathiba_naresh18-Oct-05 4:10 
GeneralRe: how to get row number of datagrid when clicked Pin
sai_sailendra19-Oct-05 20:10
sai_sailendra19-Oct-05 20:10 
QuestionHow to bind Dataset to Crystal report(chart and graph) Pin
lituparitosh18-Oct-05 2:27
lituparitosh18-Oct-05 2:27 
Questionhow i can run exe file on win 2003 server... Pin
rathour18-Oct-05 1:07
rathour18-Oct-05 1:07 

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.