Search found 13 matches

by illusione
Sat 27 Sep 2008 13:56
Forum: dotConnect for MySQL
Topic: MyDirect 4.30.24.0 with Visual Studio 2008
Replies: 5
Views: 3306

you can buy the upgrade from version 4.35.24 to 4.85.35 version?
by illusione
Sun 21 Sep 2008 08:47
Forum: dotConnect for MySQL
Topic: MyDirect 4.30.24.0 with Visual Studio 2008
Replies: 5
Views: 3306

Working with visual studio 2008.
When you drag a table from the data source to form
my view this error:
Component.Corelab.Mysql.MysqlConnection does not have Site.

Thank you
by illusione
Tue 16 Sep 2008 20:15
Forum: dotConnect for MySQL
Topic: MyDirect 4.30.24.0 with Visual Studio 2008
Replies: 5
Views: 3306

MyDirect 4.30.24.0 with Visual Studio 2008

Hi
I have MyDirect.NET Professional Edition Version 4.30.24.0
and I would like to know if it works with Visual Studio 2008.
Thank you
by illusione
Tue 12 Feb 2008 17:22
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

Finally! We have succeeded!
It works all the great! Congratulations on the professionalism and care you give your customers. I am pleased to have purchased this product. You are the best. Thank you and the next! Hello
by illusione
Mon 11 Feb 2008 16:49
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

I copied the code does not work but nothing more.

This is my web config.






























































-->








by illusione
Mon 11 Feb 2008 15:20
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

The connection string is right. In all the pages of the site using the same string is working. When I use datasource goes wrong. Unfortunately, the server will not install Mydirect me and I do not soche
by illusione
Fri 01 Feb 2008 20:02
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

I tried but it is the same.
If I use the code works on the local and server

Code: Select all

Dim cn As New CoreLab.MySql.MySqlConnection("Database=vdlweb;Data Source=localhost;User Id=root;Password=123456;")
Dim cm As New CoreLab.MySql.MySqlDataAdapter("SELECT * FROM audio limit 10", cn)
cm.Fill(ds)
GridView1.DataSource = ds.Tables(0)
GridView1.DataBind()
cn.Close()
If I use the configuration wizard(MySqlDataSource),
I work locally but not on the server. Why?

Error:
Unable to find the requested .Net Framework Data Provider. It may not be installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.]
System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +1447431
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactory() +63
System.Web.UI.WebControls.SqlDataSource.GetDbProviderFactorySecure() +19
System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +120
System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +17
System.Web.UI.WebControls.DataBoundControl.PerformSelect() +149
System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
System.Web.UI.WebControls.GridView.DataBind() +4
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +69
System.Web.UI.Control.EnsureChildControls() +87
System.Web.UI.Control.PreRenderRecursiveInternal() +50
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
by illusione
Fri 01 Feb 2008 14:16
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

Yes, I had the version Mydirect 4.20 TRIAL. I tried to connect to the database via code is working. When I use mysqldatasource while working locally on the server, I see the error.
by illusione
Fri 01 Feb 2008 11:11
Forum: dotConnect for MySQL
Topic: Publishing site
Replies: 11
Views: 3604

Publishing site

Hello
I bought Mydirect 4.30. I created a website I copied the folder bin dll CoreLab.Data.dll CoreLab.MySql.dll CoreLab.MySql.Web.dll I published the site but the server I see this error:

Unable to find the requested .Net Framework Data Provider. It may not be installed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
by illusione
Tue 30 Oct 2007 13:24
Forum: dotConnect for MySQL
Topic: Hosting
Replies: 3
Views: 2559

I have to run a website and would like to know if hosting the receiving site must have your extensions Corelab MYDIRECT
by illusione
Sat 27 Oct 2007 10:42
Forum: dotConnect for MySQL
Topic: Hosting
Replies: 3
Views: 2559

Hosting

Hi

I would like to know if the public where hosting my site must have extensions Mydirect Corelab.

Thanks!
by illusione
Fri 12 Oct 2007 13:22
Forum: dotConnect for MySQL
Topic: Selection query with limitation records
Replies: 4
Views: 3032

Vbnet work and I created a web form.

I created a dataset I connected to a database with
Connection Wizard and I created a query with the
Design query using a tableadapter.

The query works but if usage LIMIT by mistake.
by illusione
Fri 12 Oct 2007 09:15
Forum: dotConnect for MySQL
Topic: Selection query with limitation records
Replies: 4
Views: 3032

Selection query with limitation records

My direct 4.20 use trial version. I can not select a query with limitation records.

Code

Select * from DVD Limit 10