Click here to Skip to main content
16,005,141 members
Home / Discussions / Database
   

Database

 
QuestionInsert Pin
pmartike13-Jul-07 21:09
pmartike13-Jul-07 21:09 
AnswerRe: Insert Pin
pmartike13-Jul-07 22:17
pmartike13-Jul-07 22:17 
QuestionClassic ASP and MS SQL Express Edition Pin
Fayu13-Jul-07 6:06
Fayu13-Jul-07 6:06 
AnswerRe: Classic ASP and MS SQL Express Edition Pin
Paul Conrad13-Jul-07 6:11
professionalPaul Conrad13-Jul-07 6:11 
GeneralRe: Classic ASP and MS SQL Express Edition Pin
Fayu13-Jul-07 6:24
Fayu13-Jul-07 6:24 
AnswerRe: Classic ASP and MS SQL Express Edition Pin
Dave Kreskowiak13-Jul-07 6:19
mveDave Kreskowiak13-Jul-07 6:19 
GeneralRe: Classic ASP and MS SQL Express Edition Pin
Fayu13-Jul-07 6:34
Fayu13-Jul-07 6:34 
GeneralRe: Classic ASP and MS SQL Express Edition Pin
Dave Kreskowiak13-Jul-07 8:55
mveDave Kreskowiak13-Jul-07 8:55 
It should be:
Provider=SQLNCLI;Server=.\SQLExpress;AttachDbFilename=FullyQualifiedPathToDBFile.mdf;Database=dbname;Trusted_Connection=Yes;"

This will only work for code executed server-side. It won't work for client-side code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Classic ASP and MS SQL Express Edition Pin
Fayu16-Jul-07 12:50
Fayu16-Jul-07 12:50 
AnswerDO NOT CROSSPOST Pin
leckey13-Jul-07 7:05
leckey13-Jul-07 7:05 
GeneralRe: DO NOT CROSSPOST Pin
Paul Conrad13-Jul-07 11:46
professionalPaul Conrad13-Jul-07 11:46 
GeneralRe: DO NOT CROSSPOST Pin
Sathesh Sakthivel13-Jul-07 16:21
Sathesh Sakthivel13-Jul-07 16:21 
QuestionHow to create hash clustered index in oracle? Pin
Mushtaque Nizamani12-Jul-07 23:53
Mushtaque Nizamani12-Jul-07 23:53 
AnswerRe: How to create hash clustered index in oracle? Pin
Paul Conrad13-Jul-07 11:49
professionalPaul Conrad13-Jul-07 11:49 
Questionsqlerror Pin
saravanan0512-Jul-07 23:13
saravanan0512-Jul-07 23:13 
AnswerRe: sqlerror Pin
Mike Dimmick12-Jul-07 23:45
Mike Dimmick12-Jul-07 23:45 
GeneralRe: sqlerror Pin
TomGarth15-Jul-07 9:16
TomGarth15-Jul-07 9:16 
QuestionReferring .RDL file Pin
Karuna Kumar12-Jul-07 21:28
Karuna Kumar12-Jul-07 21:28 
AnswerRe: Referring .RDL file Pin
Paul Conrad13-Jul-07 12:57
professionalPaul Conrad13-Jul-07 12:57 
GeneralRe: Referring .RDL file Pin
Karuna Kumar15-Jul-07 21:17
Karuna Kumar15-Jul-07 21:17 
QuestionCreating a new Folder Pin
Karuna Kumar12-Jul-07 21:23
Karuna Kumar12-Jul-07 21:23 
AnswerRe: Creating a new Folder Pin
Frank Kerrigan16-Jul-07 2:30
Frank Kerrigan16-Jul-07 2:30 
QuestionViews with Insert Query Pin
Suryanairg12-Jul-07 18:06
Suryanairg12-Jul-07 18:06 
AnswerRe: Views with Insert Query Pin
Krish - KP12-Jul-07 18:52
Krish - KP12-Jul-07 18:52 
Questionassigning value to variable in stored procedure Pin
brsecu12-Jul-07 7:59
brsecu12-Jul-07 7: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.