Click here to Skip to main content
15,900,973 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionI wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji8-Nov-06 10:29
Seyyed Mohammad Hassan Naji8-Nov-06 10:29 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad8-Nov-06 10:59
professionalPaul Conrad8-Nov-06 10:59 
QuestionRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji9-Nov-06 11:43
Seyyed Mohammad Hassan Naji9-Nov-06 11:43 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad9-Nov-06 14:56
professionalPaul Conrad9-Nov-06 14:56 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 1:35
Seyyed Mohammad Hassan Naji10-Nov-06 1:35 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 6:06
professionalPaul Conrad10-Nov-06 6:06 
QuestionRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 11:46
Seyyed Mohammad Hassan Naji10-Nov-06 11:46 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 16:01
professionalPaul Conrad10-Nov-06 16:01 
Seyyed Mohammad Hassan Naji wrote:
In other words are the username and password of SQL Server database (on host) enough to connect to database and do everything with that?


No. You still need username and password. SQL Server has the default 'sa' username and it is strongly suggested not to use this username from your apps. Pretty much all of the connection strings on the website I suggested, require username and password.

Seyyed Mohammad Hassan Naji wrote:
I want my program to update, change, read, delete and do everything (updating is the most important) with a SQL Server database that is on server. It can take the username and password of host control panel, the username and pass of ftp account (if needed), and of course the username and pass of the SQL Server database.


You should have your app do the updates/read/create/delete and an ftp account is not really necessary. Take a look at the numerous excellent articles on this site that show how to do database driven apps Smile | :)

Paul



QuestionMultithreading web browser Pin
msteinberg8-Nov-06 9:03
msteinberg8-Nov-06 9:03 
AnswerRe: Multithreading web browser Pin
Dave Kreskowiak9-Nov-06 3:14
mveDave Kreskowiak9-Nov-06 3:14 
QuestionConverting Excel file to CSV Pin
Steven J Jowett8-Nov-06 5:56
Steven J Jowett8-Nov-06 5:56 
AnswerRe: Converting Excel file to CSV Pin
Tim Carmichael8-Nov-06 7:02
Tim Carmichael8-Nov-06 7:02 
GeneralRe: Converting Excel file to CSV Pin
Steven J Jowett10-Nov-06 13:52
Steven J Jowett10-Nov-06 13:52 
QuestionHow can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 4:58
Joey Picerno8-Nov-06 4:58 
AnswerRe: How can I use a Timer control to test how long it takes for a form to load????? [modified] Pin
nlarson118-Nov-06 5:11
nlarson118-Nov-06 5:11 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 5:50
Joey Picerno8-Nov-06 5:50 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
nlarson118-Nov-06 6:04
nlarson118-Nov-06 6:04 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:12
Joey Picerno8-Nov-06 9:12 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:14
Joey Picerno8-Nov-06 9:14 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
nlarson118-Nov-06 9:17
nlarson118-Nov-06 9:17 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 9:48
Joey Picerno8-Nov-06 9:48 
QuestionRemove rows from datagridview Pin
cstrader2328-Nov-06 3:53
cstrader2328-Nov-06 3:53 
AnswerRe: Remove rows from datagridview Pin
nlarson118-Nov-06 4:53
nlarson118-Nov-06 4:53 
QuestionAppend IPAddess Pin
MrMacc8-Nov-06 3:28
MrMacc8-Nov-06 3:28 
AnswerRe: Append IPAddess Pin
nlarson118-Nov-06 5:00
nlarson118-Nov-06 5: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.