.NET has many added benefits. It can be quite overwhelming when you first begin using it. It took me about an entire week to find code that actually made sense to me. Once you get it, you'll be okay. With your background in programming, you shouldn't have too much trouble picking it up. I...
I tried something today. I made a new MS Access Database, linked to the table I needed using the Transoft ODBC connection I had made previously. I then changed the Connection in my code to open an ODBC connection to the Access Database. Slightly modified my query, then executed the page. Now...
I'm trying to connect to flat files using a Transoft DSN connection in ASP.NET. I can connect to and see the files using the exact same System DSN from Win U/SQLi32. The error occurs when I try to execute the ODBCDataReader.
The error I receive is: ERROR [HY000] [Transoft][TSENG32](log...
I agree with PatriciaObreja, you need to at least state the object owner dbo or your created dboaccount. If you are running the command outside of the context of the database then you will have to use database.databaseowner.object.
I would never recommend using excel as a database. Download SQL Express if you have no other options available, it is the current MSDE version of SQL Server. Also get the SQL Server Management Studio Express so you can manage the database you create...
I don't know if this is the case that you are running into, but I've had many issues with pdf files and memory issues. I would recommend trying to (if you have adobe professional) reduce the file size by going to File ... Reduce File Size ... and save to a later version. You could also save it...
Assuming the user has not excluded .net framework from being downloaded using the "custom" option provided then yes, by default .net framework is updated automatically.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.