Click here to Skip to main content
15,902,112 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Executing vbscript from ASP.NET page Pin
paulanthony18-Aug-05 3:18
paulanthony18-Aug-05 3:18 
GeneralPrevent user from pasting into combo box Pin
Mo_developer17-Aug-05 22:56
Mo_developer17-Aug-05 22:56 
GeneralRe: Prevent user from pasting into combo box Pin
18-Aug-05 1:48
suss18-Aug-05 1:48 
GeneralRe: Prevent user from pasting into combo box Pin
Thomas Stockwell19-Aug-05 8:44
professionalThomas Stockwell19-Aug-05 8:44 
GeneralVBA Excel to SQL Server Pin
paulanthony17-Aug-05 22:46
paulanthony17-Aug-05 22:46 
GeneralRe: VBA Excel to SQL Server Pin
Mandar Patankar18-Aug-05 5:56
Mandar Patankar18-Aug-05 5:56 
GeneralRe: VBA Excel to SQL Server Pin
paulanthony18-Aug-05 6:03
paulanthony18-Aug-05 6:03 
GeneralRe: VBA Excel to SQL Server Pin
ulchris18-Aug-05 10:02
ulchris18-Aug-05 10:02 
Add another parameter in your connect string: "SERVER=999.999.999.999;"

Like so -

Dim strConnection, Password, User, InitialC, Source, Server
Server = "999.999.999.999" 'Set your own IP here
Source = "PAULANT" 'Your server name
User = "sa" 'The SQL user you want to use (probably 'sa')
Password = "blah" 'The password for the previously defined User
InitialC = "blah" 'The database you wish to maintain
strConnection = "Provider=SQLOLEDB;Server=" & Server & ";Persist Security Info=False;Password=" & Password & ";User ID=" & User & ";Initial Catalog=" & InitialC & ";Data Source=" & Source

Goodluck!

Cprompt

GeneralHelp with Crystal Reports, desperetaly in need of help Pin
korso_rogan17-Aug-05 22:24
korso_rogan17-Aug-05 22:24 
GeneralComboBox Bind Problem Pin
Greeky17-Aug-05 21:32
Greeky17-Aug-05 21:32 
GeneralFormatting 1 field in excelsheet Pin
ybasha17-Aug-05 19:54
ybasha17-Aug-05 19:54 
GeneralRe: Formatting 1 field in excelsheet Pin
Steve Pullan18-Aug-05 19:39
Steve Pullan18-Aug-05 19:39 
GeneralGet the binary content from a VC dll. Pin
rushing17-Aug-05 19:44
rushing17-Aug-05 19:44 
GeneralCreating an sql adapter,datatable and populating the fields of a grid Pin
mcupryk17-Aug-05 17:19
mcupryk17-Aug-05 17:19 
GeneralRe: Creating an sql adapter,datatable and populating the fields of a grid Pin
Christian Graus17-Aug-05 17:52
protectorChristian Graus17-Aug-05 17:52 
GeneralRe: Creating an sql adapter,datatable and populating the fields of a grid Pin
Anonymous17-Aug-05 19:20
Anonymous17-Aug-05 19:20 
GeneralRe: Creating an sql adapter,datatable and populating the fields of a grid Pin
Christian Graus18-Aug-05 14:49
protectorChristian Graus18-Aug-05 14:49 
QuestionGet list of machines in LAN? Pin
Jimmy Huynh17-Aug-05 16:46
Jimmy Huynh17-Aug-05 16:46 
AnswerRe: Get list of machines in LAN? Pin
Mohamad Al Husseiny17-Aug-05 16:50
Mohamad Al Husseiny17-Aug-05 16:50 
AnswerRe: Get list of machines in LAN? Pin
Steve Pullan17-Aug-05 17:26
Steve Pullan17-Aug-05 17:26 
AnswerRe: Get list of machines in LAN? Pin
Anonymous17-Aug-05 17:54
Anonymous17-Aug-05 17:54 
GeneralCalendar control in Access forms Pin
Anonymous17-Aug-05 12:43
Anonymous17-Aug-05 12:43 
GeneralRe: Calendar control in Access forms Pin
Anonymous17-Aug-05 12:44
Anonymous17-Aug-05 12:44 
GeneralUsing IS in Select Case Pin
dotnetCarpenter17-Aug-05 10:02
dotnetCarpenter17-Aug-05 10:02 
GeneralRe: Using IS in Select Case Pin
Steve Pullan17-Aug-05 15:00
Steve Pullan17-Aug-05 15:00 

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.