Click here to Skip to main content
15,906,574 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAPI Pin
balakpn28-Aug-07 3:01
balakpn28-Aug-07 3:01 
AnswerRe: API Pin
Dave Kreskowiak28-Aug-07 14:42
mveDave Kreskowiak28-Aug-07 14:42 
GeneralRe: API Pin
balakpn28-Aug-07 19:18
balakpn28-Aug-07 19:18 
QuestionOleDbCommand.Prepare method requires all variable length parameters to have an explicitly set non-zero Size. Pin
Vimalsoft(Pty) Ltd28-Aug-07 1:48
professionalVimalsoft(Pty) Ltd28-Aug-07 1:48 
AnswerRe: OleDbCommand.Prepare method requires all variable length parameters to have an explicitly set non-zero Size. Pin
Vimalsoft(Pty) Ltd28-Aug-07 5:46
professionalVimalsoft(Pty) Ltd28-Aug-07 5:46 
Question(VB6.0)validating a textbox for MM/dd/yyyy format Pin
venkata lakshmi prasanna28-Aug-07 1:16
venkata lakshmi prasanna28-Aug-07 1:16 
AnswerRe: (VB6.0)validating a textbox for MM/dd/yyyy format Pin
Burnsys228-Aug-07 2:03
Burnsys228-Aug-07 2:03 
QuestionRemote connection to SQL Server Pin
raaman28-Aug-07 1:05
raaman28-Aug-07 1:05 
I m trying to connect to the SQL Server 2000 installed in a network machine n have tried to connect with the following connection string:

conn.Open "Provider=SQLOLEDB" & _
";Data Source=192.168.0.5,1433" & _
";Network Library=DBMSSOCN" & _
";Initial Catalog=" & "master"

But i have an error as below;

Runtime-error '-2147467259 (80004005)'
Invalid authorization specification

Pls help me wats goin wrong.

raamay

AnswerRe: Remote connection to SQL Server Pin
originSH28-Aug-07 1:33
originSH28-Aug-07 1:33 
AnswerRe: Remote connection to SQL Server Pin
Burnsys228-Aug-07 2:06
Burnsys228-Aug-07 2:06 
GeneralRe: Remote connection to SQL Server Pin
raaman28-Aug-07 17:15
raaman28-Aug-07 17:15 
GeneralRe: Remote connection to SQL Server [modified] Pin
Burnsys229-Aug-07 4:09
Burnsys229-Aug-07 4:09 
GeneralRe: Remote connection to SQL Server Pin
raaman29-Aug-07 17:25
raaman29-Aug-07 17:25 
QuestionOffice Automation Pin
Salman Sheikh28-Aug-07 0:13
Salman Sheikh28-Aug-07 0:13 
AnswerRe: Office Automation Pin
Johan Hakkesteegt29-Aug-07 23:47
Johan Hakkesteegt29-Aug-07 23:47 
QuestionHelp in VB.NET Pin
Oguash27-Aug-07 23:30
Oguash27-Aug-07 23:30 
AnswerRe: Help in VB.NET Pin
Christian Graus28-Aug-07 1:53
protectorChristian Graus28-Aug-07 1:53 
QuestionDelete single line in VB 2005 Pin
Mekong River27-Aug-07 22:12
Mekong River27-Aug-07 22:12 
AnswerRe: Delete single line in VB 2005 Pin
The ANZAC28-Aug-07 0:21
The ANZAC28-Aug-07 0:21 
Questionimporting csv file in microsoft office spreadsheet 11 control using vb.net [modified] Pin
babusat27-Aug-07 21:13
babusat27-Aug-07 21:13 
QuestionDelete Row on DataGridView Pin
ryan11727-Aug-07 20:50
ryan11727-Aug-07 20:50 
AnswerRe: Delete Row on DataGridView Pin
Dave Kreskowiak28-Aug-07 14:43
mveDave Kreskowiak28-Aug-07 14:43 
AnswerRe: Delete Row on DataGridView Pin
Johan Hakkesteegt1-Sep-07 7:44
Johan Hakkesteegt1-Sep-07 7:44 
QuestionMake a button defualt on a dialogbox Pin
jamilkhan00727-Aug-07 20:16
jamilkhan00727-Aug-07 20:16 
AnswerRe: Make a button defualt on a dialogbox Pin
Christian Graus27-Aug-07 22:04
protectorChristian Graus27-Aug-07 22:04 

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.