Click here to Skip to main content
15,923,910 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get data off a grid on a web page Pin
MarDude29-May-09 6:48
MarDude29-May-09 6:48 
QuestionHow to Create a Dynamic Page in VB and Print the same. Pin
Kaushal Arora28-May-09 1:55
Kaushal Arora28-May-09 1:55 
AnswerRe: How to Create a Dynamic Page in VB and Print the same. Pin
Dave Kreskowiak28-May-09 6:44
mveDave Kreskowiak28-May-09 6:44 
GeneralRe: How to Create a Dynamic Page in VB and Print the same. Pin
Kaushal Arora28-May-09 17:47
Kaushal Arora28-May-09 17:47 
GeneralRe: How to Create a Dynamic Page in VB and Print the same. Pin
DidiKunz28-May-09 23:14
DidiKunz28-May-09 23:14 
QuestionHow to connect the sql sever to pda device. Pin
PandiaRajan_P28-May-09 1:49
PandiaRajan_P28-May-09 1:49 
AnswerRe: How to connect the sql sever to pda device. Pin
Dave Kreskowiak28-May-09 4:25
mveDave Kreskowiak28-May-09 4:25 
Questioncrysatl report for ms access Pin
hrishiS27-May-09 23:33
hrishiS27-May-09 23:33 
Hi,

I had some problem with CR which I had posted earlier.
I needed to access a database in LAN environment...it works fine, accept some of the reports.
The solution I got is I need to give the connection information for the report.
I got the following code....

With crConnectionInfo
.ServerName = "YOUR SERVER NAME"
.DatabaseName = "YOUR DATABASE NAME"
.UserID = "YOUR DATABASE USERNAME"
.Password = "YOUR DATABASE PASSWORD"
End With

Now I just want to know what will be my server name, for access database?

Normally, what I used to do is::: I have the database in one server....and i access it through my connection string as follows
provider=......data source=\\MyServer\c:\aa\db1.mdb....;


So in this case...what will be the server name and database name?....Should I give server name as MyServer and database as c:\aa\db1.mdb?
Or should I give the full database path in DatabaseName like i used to do earlier(\\MyServer\c:\aa\db1.mdb).

Please help me out

-----------------------------
I am a beginner

QuestionSend SMS from a VB6 Application Pin
she-Developer27-May-09 21:42
she-Developer27-May-09 21:42 
AnswerRe: Send SMS from a VB6 Application Pin
Baran M28-May-09 0:59
Baran M28-May-09 0:59 
QuestionCopy Append to Clipboard Pin
gonen5227-May-09 18:35
gonen5227-May-09 18:35 
AnswerRe: Copy Append to Clipboard Pin
Anubhava Dimri27-May-09 20:10
Anubhava Dimri27-May-09 20:10 
GeneralRe: Copy Append to Clipboard Pin
gonen5227-May-09 20:42
gonen5227-May-09 20:42 
AnswerRe: Copy Append to Clipboard Pin
Mycroft Holmes27-May-09 22:14
professionalMycroft Holmes27-May-09 22:14 
AnswerRe: Copy Append to Clipboard Pin
oikoik14-Jan-10 19:46
oikoik14-Jan-10 19:46 
Questionstart monitor external application problem with shared folder Pin
nico200727-May-09 14:05
nico200727-May-09 14:05 
AnswerRe: start monitor external application problem with shared folder Pin
gsaxena190927-May-09 14:09
gsaxena190927-May-09 14:09 
QuestionNeed a code [modified] Pin
gsaxena190927-May-09 13:53
gsaxena190927-May-09 13:53 
AnswerRe: Need a code Pin
_Damian S_27-May-09 15:32
professional_Damian S_27-May-09 15:32 
GeneralRe: Need a code Pin
gsaxena190927-May-09 23:59
gsaxena190927-May-09 23:59 
Questionproblem with Master-Detail database in VB6 Pin
breikascool27-May-09 13:25
breikascool27-May-09 13:25 
Questionaccept a string and convert the case of the characters [modified] Pin
Member 451421827-May-09 10:59
Member 451421827-May-09 10:59 
AnswerRe: accept a string and convert the case of the characters [modified] Pin
EliottA27-May-09 11:11
EliottA27-May-09 11:11 
JokeRe: accept a string and convert the case of the characters Pin
Luc Pattyn27-May-09 12:08
sitebuilderLuc Pattyn27-May-09 12:08 
GeneralRe: accept a string and convert the case of the characters Pin
EliottA27-May-09 12:09
EliottA27-May-09 12:09 

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.