Click here to Skip to main content
15,906,558 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to turn popup blocker off in ASP.NET with c#? Pin
Pete O'Hanlon11-Mar-08 12:50
mvePete O'Hanlon11-Mar-08 12:50 
GeneralSend clickable link by mail Pin
AlexeiXX311-Mar-08 12:11
AlexeiXX311-Mar-08 12:11 
GeneralRe: Send clickable link by mail Pin
Ravenet11-Mar-08 17:41
Ravenet11-Mar-08 17:41 
GeneralMOSS 2007 - Site Collection Pin
Het210911-Mar-08 11:23
Het210911-Mar-08 11:23 
QuestionMaster Page and SkinID Errors Pin
Lindasue11-Mar-08 10:46
Lindasue11-Mar-08 10:46 
AnswerRe: Master Page and SkinID Errors Pin
rwannall17-Jul-09 16:47
rwannall17-Jul-09 16:47 
AnswerRe: Master Page and SkinID Errors Pin
xlr8u29-Aug-10 0:52
xlr8u29-Aug-10 0:52 
GeneralProblem to access mdb file Pin
sjs4u11-Mar-08 8:21
sjs4u11-Mar-08 8:21 
I am creating mdb file using ASP.Net.

it gives error that unrecognised database format and path of that mdb file.

Here is the code.

Dim File_Path As String
Dim fStream As New FileStream(File_Path, FileMode.Create,FileAccess.ReadWrite, FileShare.ReadWrite, 4096)

fStream.Close()
fStream.Dispose()


Dim Access_ConnStr As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + File_Path

Dim Access_Conn As Data.OleDb.OleDbConnection
Access_Conn = New Data.OleDb.OleDbConnection(Access_ConnStr)
Access_Conn.Open()

When Access_Conn.Open() get executed then the error comes.


Regards,

sjs4u
GeneralRe: Problem to access mdb file Pin
Christian Graus11-Mar-08 8:32
protectorChristian Graus11-Mar-08 8:32 
GeneralRe: Problem to access mdb file Pin
Not Active11-Mar-08 9:07
mentorNot Active11-Mar-08 9:07 
JokeRe: Problem to access mdb file Pin
Christian Graus11-Mar-08 9:12
protectorChristian Graus11-Mar-08 9:12 
GeneralRe: Problem to access mdb file Pin
Guffa11-Mar-08 11:06
Guffa11-Mar-08 11:06 
GeneralRe: Problem to access mdb file Pin
Ravenet11-Mar-08 17:43
Ravenet11-Mar-08 17:43 
GeneralRe: Problem to access mdb file Pin
sjs4u11-Mar-08 18:59
sjs4u11-Mar-08 18:59 
GeneralRe: Problem to access mdb file Pin
N a v a n e e t h11-Mar-08 20:24
N a v a n e e t h11-Mar-08 20:24 
QuestionHow to pass session variable parameter to sql 2005 reporting services report via asp.net hyperlink control Pin
PPeterso11-Mar-08 8:02
PPeterso11-Mar-08 8:02 
AnswerRe: How to pass session variable parameter to sql 2005 reporting services report via asp.net hyperlink control Pin
AlexeiXX311-Mar-08 12:16
AlexeiXX311-Mar-08 12:16 
GeneralEnable SSL in web.config Pin
solarthur0111-Mar-08 7:24
solarthur0111-Mar-08 7:24 
GeneralRe: Enable SSL in web.config Pin
Not Active11-Mar-08 9:00
mentorNot Active11-Mar-08 9:00 
GeneralConnecting VSS from website Pin
rockz...11-Mar-08 6:38
rockz...11-Mar-08 6:38 
GeneralRe: Connecting VSS from website Pin
rockz...11-Mar-08 6:45
rockz...11-Mar-08 6:45 
GeneralRe: Connecting VSS from website Pin
Not Active11-Mar-08 8:56
mentorNot Active11-Mar-08 8:56 
GeneralRe: Connecting VSS from website Pin
N a v a n e e t h11-Mar-08 7:09
N a v a n e e t h11-Mar-08 7:09 
GeneralRe: Connecting VSS from website Pin
rockz...11-Mar-08 7:27
rockz...11-Mar-08 7:27 
GeneralRe: Connecting VSS from website Pin
Christian Graus11-Mar-08 7:58
protectorChristian Graus11-Mar-08 7:58 

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.