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

Visual Basic

 
AnswerRe: winsock : connectin between 1 client and many remote servers Pin
MatthysDT23-Nov-06 3:39
MatthysDT23-Nov-06 3:39 
GeneralRe: winsock : connectin between 1 client and many remote servers Pin
charchabil0323-Nov-06 8:14
charchabil0323-Nov-06 8:14 
AnswerRe: winsock : connectin between 1 client and many remote servers Pin
MatthysDT23-Nov-06 20:07
MatthysDT23-Nov-06 20:07 
GeneralRe: winsock : connectin between 1 client and many remote servers Pin
charchabil0325-Nov-06 7:56
charchabil0325-Nov-06 7:56 
Questionhelp Pin
Rmesh22-Nov-06 22:08
Rmesh22-Nov-06 22:08 
AnswerRe: help Pin
Christian Graus22-Nov-06 23:11
protectorChristian Graus22-Nov-06 23:11 
GeneralRe: help Pin
Rmesh22-Nov-06 23:22
Rmesh22-Nov-06 23:22 
Questionsql [modified] Pin
fatidarya22-Nov-06 20:39
fatidarya22-Nov-06 20:39 
hi I created a program in VB 6.0 with MS SQL and Crystal Report 8.0.1.0 on Win 2000 Adv
In network systems are WIN XP
when i instaled this program in other xp systems
and My MS SQL database is located on a remote server
this error apeared
connection error and ...
my code is:

Set cn = New Connection
cn.CursorLocation = adUseClient
cn.ConnectionTimeout = 60
cn.Open "Provider=SQLOLEDB.1;Integrated Security=SSPI ;Persist Security Info=False;User ID=;Initial Catalog=db2;Data Source=10.0.0.128"
Set rstel = New Recordset
Dim ST As String
ST = "SELECT distinct city FROM table2 "
rstel.Open ST, cn, adOpenForwardOnly,adLockReadOnly
please help me



-- modified at 3:22 Thursday 23rd November, 2006
QuestionProgress bar Pin
GauravAshish22-Nov-06 20:26
GauravAshish22-Nov-06 20:26 
AnswerRe: Progress bar Pin
Taylor Kobani22-Nov-06 20:41
Taylor Kobani22-Nov-06 20:41 
Questioncell to anather cell move auto increment by five in datagrid Pin
kumarganesh22-Nov-06 20:09
kumarganesh22-Nov-06 20:09 
AnswerRe: cell to anather cell move auto increment by five in datagrid Pin
_mubashir22-Nov-06 20:37
_mubashir22-Nov-06 20:37 
GeneralRe: cell to anather cell move auto increment by five in datagrid Pin
kumarganesh22-Nov-06 20:43
kumarganesh22-Nov-06 20:43 
QuestionARRAY Pin
momooomooomomo22-Nov-06 19:00
momooomooomomo22-Nov-06 19:00 
AnswerRe: ARRAY Pin
momooomooomomo22-Nov-06 19:08
momooomooomomo22-Nov-06 19:08 
QuestionExcel + VB.Net Pin
viji]22-Nov-06 17:29
viji]22-Nov-06 17:29 
AnswerRe: Excel + VB.Net Pin
Taylor Kobani22-Nov-06 20:30
Taylor Kobani22-Nov-06 20:30 
QuestionFind Pin
Socheat.Net22-Nov-06 17:21
Socheat.Net22-Nov-06 17:21 
AnswerRe: Find Pin
The ANZAC22-Nov-06 18:05
The ANZAC22-Nov-06 18:05 
QuestionOutlook Calendar Attachments in VB.NET Pin
Sbrmalik22-Nov-06 12:55
Sbrmalik22-Nov-06 12:55 
Questionbinding crystal report Pin
rickki22-Nov-06 11:42
rickki22-Nov-06 11:42 
AnswerRe: binding crystal report Pin
ssonuh22-Nov-06 23:44
ssonuh22-Nov-06 23:44 
GeneralRe: binding crystal report Pin
rickki23-Nov-06 4:01
rickki23-Nov-06 4:01 
GeneralRe: binding crystal report Pin
ssonuh23-Nov-06 21:29
ssonuh23-Nov-06 21:29 
QuestionTransparent Button? Pin
cezzzzzzzzzzar22-Nov-06 10:49
cezzzzzzzzzzar22-Nov-06 10:49 

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.