-
Hi, I have built an ASP.NET web site that talks to a MySQL database via a Entity Data Model (.edmx file). It all works fine on my development machine because I was able to install the data providers. However, I'm trying to deploy the site to my host (Brinkster) but they don't have the MySQL data...
-
Hello Everyone, Sorry if this is the wrong location, perhaps admin can move it to the correct place should it be incorrect. I am running an intranet within my company and we use sharepoint. I want to introduce a clocking in system where by an employee comes in, in the morning and opens a web browser...
-
I just finished a clean windows install. I had a virus and this has been a royal nightmare for the last week. Anyways, I have reinstalled my software and I'm trying to debug in VS, and although I changed my path in SQL management studio, VS gives me this error. I also get the following in the page...
-
Hi! Is there a specific reason to use MySQL? SQL Server Express is free too. It accepts local connections, but since you're creating a web page, there is no problem if the website and the sql server are on the same machine. It would make things much simpler if you're goal is to make web sites...
-
I am trying to make an insert to an MySql database using a three layer solution (or what it might be called). I have done this may times with an MS-sql database and it has worked very well. But now when I am trying to make an insert I get that the ID can't be null.
I thought the database took care...
Posted to
MySQL
(Forum)
by
daSnail
on
05-26-2009, 12:00 AM
Filed under: mysql, Mysql database store procedur problem, asp.net, asp.net with multiple database platforms
-
Hi All, how's it going ? I will start a small project, and it will grow up in the future. In this project, I will use asp.net and mysql database. I would like to know, if someone is using Entity Framework with MySql DataBase, and if EF with MySql is stable ??? I did a Dbml file (model) in the Visual...
-
Hello i have created two store procedure one return the table and in another i want to use that table data...following are my store procedure this sp is used to return table where i have passed id as '1,2,3' this sp return me table.....common split value sp 1) DELIMITER $$ CREATE PROCEDURE SplitValue...
-
Hellp frnds, i have a table name "Category" in mysql database. the table has field (CategoryId,Name,ParentId) in this table parent id refer to same table's primary key (categoryid)... how can i write the recursive query to retrive the data with parent info.......
-
Hello, I am trying to implement some AJAX in a dynamically-generated HTML table in PHP. The AJAX is being triggered, but it's not working. I can't figure out why. I have the code set up in two separate PHP files. Thanks in advance, John The first file has the following: 1 <script type='text...
-
Degan. I am writing a tutorial on how to use MySQL Connector with ASP.NET MVC. First part covers the basics of membership provider set up. You can have a look if you want. Maybe you'll find it helpful: http://blog.devarena.co.uk/2009/05/aspnet-mvcmysql-membership-provider-da1/ Regards