Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ASP.NET:MSAccess Linked Tables Prob
Name: fahade Date: September 26, 2006 at 02:26:39 Pacific OS: Windows XP SP2 CPU/Ram: 2.4 GHz/512 MB Product: Dell
Comment:
Hi all,
Not sure if this is the correct forum for this problem. Anyawys, I am having problem accessing linked MS access tables from ASP.NET.
I have linked a few tables from a SQLBase Server in MS Access. I am using Visual Web Developer 2005 to connect to this DB. While designing the web forms and running under VWD2005 every thinng seems fine. But when I run the webpages on an external IIS server, it gives me an error saying. MS access normal tables work fine.
OleDbException (0x80004005): Odbc connection to SQLBase could not be made.
I tried googling about this issue. But couldn't find any answer. Please help..
Summary: I am using DataBinder to show table data in asp.net datalist control in a table using dataset. The databinder is showing records in table row wise that is first record in first row, second record in s...
Summary: As for your specific question all you have to do is create a link (or button) and link it to a page that opens in a new browser instance and use one of the many available controls (date) available in...
Summary: OK, I haven't used C# or ASP.net yet, but I did the same thing in VBScript in ASP. Very simple. When you query the database make sure one of the columns you return is the ID column for the particular ...