Re: creating .mdf in ASP
Which is the technology you would prefer to use... SQL Server or MDF?
Use the App_Data folder you can create a connection (and database)
using Access as your backend (.mdf)
If you open server explorer and right click on data connections you
can create a new SQL database. The two things are entirely seperate
from one another.
.
Relevant Pages
- Re: My Book is Incomplete Regarding SQL Commands ;-(
... Hitchhiker's Guide to Visual Studio and SQL Server ... Create a Connection object and pass in a ConnectionString to ... manage the database table you reference. ... (microsoft.public.dotnet.framework.adonet) - Re: Backup still not working
... So you may try to rebuild the RSM database if the ... > rename the existing files in this folder to a .old file extension, ... > this time unchecks "First Storage Group" under Microsoft Exchange Server. ... > 1) Open SQL Server Enterprise Manager. ... (microsoft.public.windows.server.sbs) - Re: (Newbie)Application Roles
... level: the database itself. ... SQL Server accommodates these needs through the use of application ... the user's connection through a specific application. ... the connection permanently loses all permissions applied to ... (microsoft.public.sqlserver.security) - Re: Help! Set up Windows Group to access application
... The connection string for a trusted connection is: ... --add login as database user ... SQL Server MVP ... If you have troubles with finding your ways in Crystal Reports, ... (microsoft.public.sqlserver.security) - Re: My Book is Incomplete Regarding SQL Commands ;-(
... Visual Studio but not to VS 2003. ... Create a Connection object and pass in a ConnectionString to address ... manage the database table you reference. ... Yep, my latest book can help too, but mostly if you're targeting SQL Server ... (microsoft.public.dotnet.framework.adonet) |
|