ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Iam new to the asp and asp.net iam have an MS access database and i want to using VS and VS.net are html / asp & asp.net for the front end and fire bird for the backend does any help me to get an idea to execute the above idea and give me information about any online tutorial or Ebooks which will guide me somewhat...
thanks
Learn as you can..
------------------------
pap...
You will need to download the ADO Provider from www.firebirdsql.org and include it in your project, then its as simple as instantieating the objects and working with the data.
HTH.
"The one language all programmers understand is profanity."
You want take an MS Access Database and convert it to firebird? That i am not sure of as I have never used firebird, check and see if firebird has an Import function if not, you going to have to create a DTS so to speak, a web page that will pull X data from access and then insert it into firebird.
hth
"The one language all programmers understand is profanity."