Click here to Skip to main content
15,911,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System Date Format Pin
Madni Abbasi30-Apr-05 23:17
Madni Abbasi30-Apr-05 23:17 
GeneralRe: System Date Format Pin
Colin Angus Mackay30-Apr-05 23:26
Colin Angus Mackay30-Apr-05 23:26 
GeneralRe: System Date Format Pin
Dave Kreskowiak1-May-05 4:08
mveDave Kreskowiak1-May-05 4:08 
GeneralRe: System Date Format Pin
Colin Angus Mackay1-May-05 4:30
Colin Angus Mackay1-May-05 4:30 
GeneralRe: System Date Format Pin
Madni Abbasi1-May-05 6:37
Madni Abbasi1-May-05 6:37 
QuestionHow to use Sockets to send an E-mail with an attachment in vb.net? Pin
dyh222230-Apr-05 19:34
dyh222230-Apr-05 19:34 
GeneralPLEASE HELP (SQL DEPLOYMENT) Pin
Joey Picerno30-Apr-05 14:29
Joey Picerno30-Apr-05 14:29 
GeneralRe: PLEASE HELP (SQL DEPLOYMENT) Pin
Madni Abbasi30-Apr-05 22:09
Madni Abbasi30-Apr-05 22:09 
If ur question is how to deploy a VB.NET application with sql Server then first you have to create a deployment project for your application. In deployemnt you have to add a file like DB.txt. this file must contain information about sql server name and databse name like "ServerName=ABC" and "DBName=BCD" and also userid and password if necessary. so you have to write the code to read this file and set these parameters in database connection. now you have to build the deployment prject . this 'll create setup.exe and some other files.

Now run this setup.exe on othere machine .this 'll install your application and now you have to install .NET framework and sql server on that machine.attach database to sql server
Now open the target folder of your application installed and open the file DB.txt and change the name of sql server if name is different to yours.

you can download .NET frmaework from microsoft.com (free) and also search the detail of topic "deployment project" from MSDN.
I think it'll help. if this help do tell me

GeneralRe: PLEASE HELP (SQL DEPLOYMENT) Pin
Member 192580230-Apr-05 22:40
Member 192580230-Apr-05 22:40 
GeneralRe: PLEASE HELP (SQL DEPLOYMENT) Pin
Colin Angus Mackay30-Apr-05 23:05
Colin Angus Mackay30-Apr-05 23:05 
GeneralMyBase Keyword Pin
link230-Apr-05 12:32
link230-Apr-05 12:32 
GeneralRe: MyBase Keyword Pin
Fernando Soto30-Apr-05 13:12
Fernando Soto30-Apr-05 13:12 
GeneralRe: MyBase Keyword Pin
Ray Cassick1-May-05 9:40
Ray Cassick1-May-05 9:40 
GeneralUrgent !!! Pin
vishalmishra30-Apr-05 11:06
vishalmishra30-Apr-05 11:06 
Generaltextbox flat not fixed3d Pin
Computer_Guy30-Apr-05 9:24
Computer_Guy30-Apr-05 9:24 
Generaladvanced datagrid Pin
Anonymous30-Apr-05 8:34
Anonymous30-Apr-05 8:34 
GeneralRe: advanced datagrid Pin
Madni Abbasi30-Apr-05 23:24
Madni Abbasi30-Apr-05 23:24 
GeneralPassing 1-d String Array to 3-d String Array Pin
Mtognetti30-Apr-05 8:20
Mtognetti30-Apr-05 8:20 
GeneralRe: Passing 1-d String Array to 3-d String Array Pin
Fernando Soto30-Apr-05 14:51
Fernando Soto30-Apr-05 14:51 
GeneralRe: Passing 1-d String Array to 3-d String Array Pin
Mtognetti2-May-05 3:13
Mtognetti2-May-05 3:13 
GeneralVB.Net - Menu process Pin
directred30-Apr-05 7:42
directred30-Apr-05 7:42 
GeneralRe: VB.Net - Menu process Pin
Dave Kreskowiak1-May-05 3:47
mveDave Kreskowiak1-May-05 3:47 
Generalcontrol Dev Pin
DanChin30-Apr-05 4:16
DanChin30-Apr-05 4:16 
GeneralRe: control Dev Pin
Mekong River30-Apr-05 6:33
Mekong River30-Apr-05 6:33 
GeneralVB.NET Solution Statistics - Tips Pin
GuruPandian30-Apr-05 2:59
GuruPandian30-Apr-05 2:59 

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.