Search results

  1. N

    Help with ASP.NET

    Okay, I have a problem running my asp.net web site. The first time I tried it, it works. But then the other day when I tried it again, it throws an error. Here's the Default.aspx I'm trying to run: http://nyakerz.x10hosting.com/a/Default.aspx It is saved in a folder named "a" for testing...
  2. N

    How can I create tables for my mySQL Database?

    Thanks for the reply. I think I will have a hard time for this and now another problem arises. Server error when I run my aspx file on the server which run days ago without error.
  3. N

    How can I create tables for my mySQL Database?

    Good question. Projects I created usually are desktop applications and I use Visual Basic 6.0 or Visual Basic .NET. This is the first time I will create a web site. I found out that ASP.NET uses codebehind in which I can choose what language to use there whether it is Visual Basic or C#. Then I...
  4. N

    How can I create tables for my mySQL Database?

    Hey guys, thanks for the tips. I found it now. **EDIT** I just wanted to ask a follow up question. 1. ASP.NET and mySQL needs OdbcConnector for the web application to connect to the database. Is there an OdbcConnector on the server? If there is, what is the version? I use odbc connector...
  5. N

    How can I create tables for my mySQL Database?

    I have a website that will utilize mySQL database. I've watched the video tutorial and I learn how to create database online but, the video doesn't cover how to create tables for my database. Any help would be greatly appreciated. -nyakerz
Top