Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cdrom Pin
Chatura Dilan3-Sep-06 15:31
Chatura Dilan3-Sep-06 15:31 
AnswerRe: Cdrom Pin
The ANZAC3-Sep-06 1:59
The ANZAC3-Sep-06 1:59 
GeneralRe: Cdrom Pin
Davelister3-Sep-06 6:31
Davelister3-Sep-06 6:31 
GeneralRe: Cdrom Pin
The ANZAC3-Sep-06 11:13
The ANZAC3-Sep-06 11:13 
GeneralRe: Cdrom Pin
Davelister4-Sep-06 10:27
Davelister4-Sep-06 10:27 
AnswerRe: Cdrom Pin
mng@yahoo.com4-Sep-06 3:17
mng@yahoo.com4-Sep-06 3:17 
Questioncreate database using custom action while deployment [modified] Pin
Nikhil Bandekar2-Sep-06 21:15
Nikhil Bandekar2-Sep-06 21:15 
AnswerRe: create database using custom action while deployment Pin
alien viper3-Sep-06 18:36
alien viper3-Sep-06 18:36 
Hi ,

The easyest way is copy the database file and attact it in client machine.

This example attaches two files from pubs to the current server.

EXEC sp_attach_db @dbname = N'pubs',
@filename1 = N'c:\Program Files\Microsoft SQL Server\MSSQL\Data\pubs.mdf',
@filename2 = N'c:\Program Files\Microsoft SQL Server\MSSQL\Data\pubs_log.ldf'

Hava a nice day.Smile | :)



!alien!

Questionexport data to a table Pin
viji]2-Sep-06 20:13
viji]2-Sep-06 20:13 
QuestionTouchpad API Pin
necromantula2-Sep-06 18:54
necromantula2-Sep-06 18:54 
AnswerRe: Touchpad API Pin
The ANZAC2-Sep-06 20:26
The ANZAC2-Sep-06 20:26 
QuestionHow to .Net Remote? Pin
rudemusik2-Sep-06 16:20
rudemusik2-Sep-06 16:20 
AnswerRe: How to .Net Remote? Pin
Ray Cassick2-Sep-06 18:27
Ray Cassick2-Sep-06 18:27 
GeneralRe: How to .Net Remote? Pin
rudemusik4-Sep-06 15:18
rudemusik4-Sep-06 15:18 
GeneralRe: How to .Net Remote? Pin
Ray Cassick4-Sep-06 17:13
Ray Cassick4-Sep-06 17:13 
GeneralRe: How to .Net Remote? Pin
rudemusik5-Sep-06 18:20
rudemusik5-Sep-06 18:20 
GeneralRe: How to .Net Remote? Pin
Ray Cassick5-Sep-06 18:41
Ray Cassick5-Sep-06 18:41 
GeneralRe: How to .Net Remote? Pin
rudemusik6-Sep-06 16:06
rudemusik6-Sep-06 16:06 
Questionfree component Pin
aspnet_222-Sep-06 11:31
aspnet_222-Sep-06 11:31 
AnswerRe: free component Pin
Dave Kreskowiak3-Sep-06 2:01
mveDave Kreskowiak3-Sep-06 2:01 
GeneralRe: free component Pin
aspnet_225-Sep-06 21:03
aspnet_225-Sep-06 21:03 
GeneralRe: free component Pin
Dave Kreskowiak6-Sep-06 1:54
mveDave Kreskowiak6-Sep-06 1:54 
Questionllofree component Pin
aspnet_222-Sep-06 11:27
aspnet_222-Sep-06 11:27 
QuestionINSERT, DELETE, UPDATE Staments for 2 tables [modified] Pin
R. A. Abbasi2-Sep-06 9:09
R. A. Abbasi2-Sep-06 9:09 
QuestionPassword Protection in vb.net 1.1 Pin
amaneet2-Sep-06 3:37
amaneet2-Sep-06 3:37 

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.