Click here to Skip to main content
15,899,124 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Save in when load Pin
Dave Kreskowiak18-Sep-05 1:30
mveDave Kreskowiak18-Sep-05 1:30 
QuestionQuery more than 2 tables Pin
phokojoe16-Sep-05 2:33
phokojoe16-Sep-05 2:33 
AnswerRe: Query more than 2 tables Pin
enjoycrack16-Sep-05 2:54
enjoycrack16-Sep-05 2:54 
AnswerRe: Query more than 2 tables Pin
Anonymous19-Sep-05 15:32
Anonymous19-Sep-05 15:32 
QuestionThreading... Pin
Anonymous16-Sep-05 1:56
Anonymous16-Sep-05 1:56 
AnswerRe: Threading... Pin
rwestgraham16-Sep-05 6:11
rwestgraham16-Sep-05 6:11 
QuestionDatabase Problem (Access) Pin
AliAmjad16-Sep-05 1:48
AliAmjad16-Sep-05 1:48 
AnswerRe: Database Problem (Access) Pin
KaptinKrunch16-Sep-05 6:28
KaptinKrunch16-Sep-05 6:28 
Connection strings to Access database. Taken from www.connectionstrings.com!

Standard security:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;User Id=admin;Password=;"

Workgroup (system database):
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;Jet OLEDB:System Database=system.mdw;"

With password:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\somepath\mydb.mdb;Jet OLEDB:Database Password=MyDbPassword;"

QuestionHow to edit data in a datagrid? Pin
aruljothi15-Sep-05 23:01
aruljothi15-Sep-05 23:01 
AnswerRe: How to edit data in a datagrid? Pin
dptalt16-Sep-05 2:17
dptalt16-Sep-05 2:17 
Questionsockets vb Pin
_tasleem15-Sep-05 22:51
_tasleem15-Sep-05 22:51 
AnswerRe: sockets vb Pin
Dave Kreskowiak16-Sep-05 1:52
mveDave Kreskowiak16-Sep-05 1:52 
GeneralRe: sockets vb Pin
_tasleem16-Sep-05 20:42
_tasleem16-Sep-05 20:42 
Questionhow to add toolbars in datagrid? Pin
Member 223436015-Sep-05 18:35
Member 223436015-Sep-05 18:35 
QuestionDirectory List in VB.Net Pin
Anonymous15-Sep-05 18:32
Anonymous15-Sep-05 18:32 
AnswerRe: Directory List in VB.Net Pin
rwestgraham15-Sep-05 18:49
rwestgraham15-Sep-05 18:49 
QuestionLoad report failed Pin
Swiss Mantoro15-Sep-05 18:20
Swiss Mantoro15-Sep-05 18:20 
AnswerRe: Load report failed Pin
Dave Kreskowiak16-Sep-05 1:50
mveDave Kreskowiak16-Sep-05 1:50 
QuestionTree View Problem Pin
nitin_ion15-Sep-05 18:11
nitin_ion15-Sep-05 18:11 
AnswerRe: Tree View Problem Pin
Dave Kreskowiak16-Sep-05 1:45
mveDave Kreskowiak16-Sep-05 1:45 
GeneralRe: Tree View Problem Pin
nitin_ion16-Sep-05 3:16
nitin_ion16-Sep-05 3:16 
GeneralRe: Tree View Problem Pin
nitin_ion16-Sep-05 3:17
nitin_ion16-Sep-05 3:17 
QuestionFilling a database from an existing vb.net form Pin
Anonymous15-Sep-05 12:20
Anonymous15-Sep-05 12:20 
AnswerRe: Filling a database from an existing vb.net form Pin
Christian Graus15-Sep-05 14:25
protectorChristian Graus15-Sep-05 14:25 
AnswerRe: Filling a database from an existing vb.net form Pin
Briga15-Sep-05 22:55
Briga15-Sep-05 22:55 

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.