Click here to Skip to main content
15,889,335 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to search in a List (of structure) Pin
Eddy Vluggen14-Oct-14 5:39
professionalEddy Vluggen14-Oct-14 5:39 
QuestionVBScript Connect to Database across Internet Pin
JM7613-Oct-14 4:22
JM7613-Oct-14 4:22 
AnswerRe: VBScript Connect to Database across Internet Pin
Eddy Vluggen13-Oct-14 7:34
professionalEddy Vluggen13-Oct-14 7:34 
GeneralRe: VBScript Connect to Database across Internet Pin
JM7613-Oct-14 7:39
JM7613-Oct-14 7:39 
GeneralRe: VBScript Connect to Database across Internet Pin
Eddy Vluggen13-Oct-14 8:23
professionalEddy Vluggen13-Oct-14 8:23 
GeneralRe: VBScript Connect to Database across Internet Pin
JM7613-Oct-14 9:12
JM7613-Oct-14 9:12 
GeneralRe: VBScript Connect to Database across Internet Pin
Eddy Vluggen13-Oct-14 10:42
professionalEddy Vluggen13-Oct-14 10:42 
AnswerRe: VBScript Connect to Database across Internet Pin
Bernhard Hiller19-Oct-14 22:42
Bernhard Hiller19-Oct-14 22:42 
Since you can telnet to that IP address and port, I'd rather think that the user 'sa' may not be configured for remote connections. Create a different user and try again.
And:
Data Source=188.79.118.xxx,1433\INST
ought to be changed to
Data Source=188.79.118.xxx:1433\INST
(i.e. the ',' replaced by a ':').
GeneralRe: VBScript Connect to Database across Internet Pin
JM7620-Oct-14 6:09
JM7620-Oct-14 6:09 
QuestionBind a listbox to a list of structure Pin
dilkonika11-Oct-14 8:40
dilkonika11-Oct-14 8:40 
AnswerRe: Bind a listbox to a list of structure Pin
Mycroft Holmes11-Oct-14 15:33
professionalMycroft Holmes11-Oct-14 15:33 
QuestionAdd Open with functionality to vb6.0 application Pin
Otekpo Emmanuel10-Oct-14 6:49
Otekpo Emmanuel10-Oct-14 6:49 
AnswerRe: Add Open with functionality to vb6.0 application Pin
CHill6010-Oct-14 6:55
mveCHill6010-Oct-14 6:55 
AnswerRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen10-Oct-14 7:59
professionalEddy Vluggen10-Oct-14 7:59 
GeneralRe: Add Open with functionality to vb6.0 application Pin
ZurdoDev10-Oct-14 9:00
professionalZurdoDev10-Oct-14 9:00 
AnswerRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen10-Oct-14 9:44
professionalEddy Vluggen10-Oct-14 9:44 
GeneralRe: Add Open with functionality to vb6.0 application Pin
ZurdoDev10-Oct-14 9:54
professionalZurdoDev10-Oct-14 9:54 
GeneralRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen10-Oct-14 10:28
professionalEddy Vluggen10-Oct-14 10:28 
GeneralRe: Add Open with functionality to vb6.0 application Pin
ZurdoDev10-Oct-14 10:32
professionalZurdoDev10-Oct-14 10:32 
GeneralRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen10-Oct-14 10:39
professionalEddy Vluggen10-Oct-14 10:39 
GeneralRe: Add Open with functionality to vb6.0 application Pin
ZurdoDev10-Oct-14 10:41
professionalZurdoDev10-Oct-14 10:41 
GeneralRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen10-Oct-14 10:47
professionalEddy Vluggen10-Oct-14 10:47 
GeneralRe: Add Open with functionality to vb6.0 application Pin
Otekpo Emmanuel12-Oct-14 1:19
Otekpo Emmanuel12-Oct-14 1:19 
GeneralRe: Add Open with functionality to vb6.0 application Pin
Dave Kreskowiak12-Oct-14 5:34
mveDave Kreskowiak12-Oct-14 5:34 
QuestionRe: Add Open with functionality to vb6.0 application Pin
Eddy Vluggen13-Oct-14 8:35
professionalEddy Vluggen13-Oct-14 8:35 

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.