Tagged Questions

4
votes
4answers
7k views

Using MySQL on Visual Studio 2008

I am using the ODBC connector to access a MySQL db from visual studio 2008 and i am facing performance problems when dealing with crystal reports and to solve this i need a native connector to visual ...
2
votes
1answer
197 views

how to enable Direct Database Access while creating database in mysql?

I am facing the mysql exception Unable to connect any of specified mySQL hosts while trying to connect from c# from visual studio 2008 and from searching too many things I found that,that is probably ...
2
votes
3answers
92 views

What is the better way to use a my_sql database with a C# .Net software?

I would like to create a C# .Net software linked to a database. I had a look at some solutions found on google but none of them convinced me ... So, what do you think is the better way to integrate ...
2
votes
2answers
826 views

Accessing MySQL Database from my VB.NET 2008 Project

I developed a project in VB.NET In this project I want to use data from MySQL that is resides in my WEB Server. I can communicate with the MySQL server of my localhost but can not communicate with ...
1
vote
4answers
276 views

Should I be building GUI applications on Windows using Perl & Tk?

I have a bunch of related Perl scripts that I would like to put together in one convenient place. So I was thinking of building a GUI and incorporating the scripts. I'm using Strawberry Perl on ...
1
vote
1answer
179 views

Visual Studio 2008 sql query syntax; drop the brackets

Is there a way to configure VS2008 so that it does NOT create SQL query strings with square brackets in my ASP .Net projects? I'm using a MySQL DB which doesn't like the brackets. Thanks.
1
vote
1answer
1k views

MySQL, C++: Need Blob size to read blob data

How do I get the size of data in a BLOB field in the Result Set? (Using C++ and MySQL Connector C++) In order to read the data from the result set, I have allocate memory for it first. In order to ...
1
vote
2answers
454 views

LNK2001 error when compiling windows forms application with VC++ 2008

I've been trying to write a small application which will work with mysql in C++. I am using MySQL server 5.1.41 and MySQL C++ connector 1.0.5. Everything compiles fine when i write console ...
1
vote
3answers
207 views

Visual Basic 2008 - NullReferenceException ERROR?

I'm using Visual Basic 2008 here, and I'm debugging my code that connects to my SQL Database and writes something in it. It was working fine and all until I came to an error like this. ...
1
vote
1answer
461 views

Compiler warnings with MySQL++ with release configuration

For some reason I get some warnings about "non dll-interface class" when building with a release configuration, but not debug. I've compared the release and debug configurations, and my ones with the ...
1
vote
5answers
612 views

Linq with MySql

Is there a free solution for using Linq and MySQL? Can one use Visual Studio Express, Linq, and MySQL together?
0
votes
1answer
12 views

Visual Studio 2008 vc++ Mysql Connect

can someone give me proper steps on how to connect to Mysql to Visual Studio 2008 c++ ?. Good web link would be highly appreciated.
0
votes
2answers
89 views

“Unable to connect to any of the specified MySQL hosts.” in Smart Device Projects VS2008

I am new to Smart Device Projects. I installed MySQL Connector Net 6.4.4. And i add MySql.Data.CF for mysql connection in vs 2008. But i can't get the output. "Unable to connect to any of the ...
0
votes
0answers
94 views

persistent connection in MySQL Connector/C++ on WinXP

I am trying to make a connection to MySQL on WinXP that persists across the full execution time of my Win32 app. I am doing something like LISTING 1 below. I call MySQLInit when the app loads, and ...
0
votes
3answers
34 views

Text search in database column

im using vb 2010 express edition. I have a database (Sql) and a table "students" in the database. It has a data like this: StudentId Name Surname Classs ...
0
votes
1answer
58 views

Detecting zerofill in MySQL field with VS 2008 VB

Using .NET connector: http://dev.mysql.com/doc/refman/5.1/en/connector-net-ref.html A field is set in MySQL as: decimal(6) zerofill no null How can the "zerofill" flag be detected in VB?
0
votes
0answers
42 views

Sort SQL records based on conditions

I have a sql query which has the potential to return up to 3 records from a user account. The results list would be: 72181 DisplayAnyPubNames 72181 DisplayBetaPubNames 72181 ...
0
votes
1answer
496 views

mysql-connector-net-6.3.6 (for .net framework) not showing up in ODBC datasource

I've installed mysql-connector-net-6.3.6 to integrate mysql support into my C# project in Visual Studio 2008 Express Edition with visual C#.net. But after I install the tool nothing is showing up ...
0
votes
2answers
193 views

How do I establish a connection to MySQL via VB & display simple query results on a form?

I have a project in Visual Studio 2008 and there is a working data connection to a MySQL database. In other words, I can query the db directly from Visual Studio and it will display the results. ...
0
votes
2answers
304 views

How to use crystal reports in vs 2008

I'm a beginner at this. I'm using mysql connector .net to connect vb.net with mysql database. But I used ODBC for a crystal report. Is that ok? And I'm also putting a command, will something like ...
0
votes
2answers
575 views

query builder of Visual Studio 2008 with mySQL

I am trying to filter my results in the query builder of Visual Studio 2008 so that when it executes the query to SELECT data from the field i chose, it will only retrieve last names that start with ...
0
votes
0answers
172 views

Upgrading vb6 application to visual studio 2008 with Mysql ODBC driver

I am very "lucky" to get to work with a VB application that was originally written in vb6 with an old version of Mysql ODBC connector. The problem is i can't open the project in my copy of VS2008 ...
0
votes
3answers
414 views

Raise an event from MySQL and handle it from VB.NET (or something similar)?

I'm working with MySQL 5.1.39 and Visual Studio 2008 and connecting both with MySQL Connector Net 6.1.2. What I'd like to do is once a MySqlConnection object is created, be able to handle the "event ...
0
votes
5answers
168 views

MySQL Query Glitch

I have this MySQL Query glitch in my VB.NET program. Here is the query in VB.NET: "SELECT Points FROM user WHERE Username = '" & UsernameText.Text & "';" It will select the points column ...
0
votes
2answers
717 views

Dislay MySQL Data in a Label - Vb.Net

I have some code here that connects to my Mysql database. It checks your username and password and if your login was successful and it retrieves the phone number under that account. How would the SQL ...
0
votes
2answers
454 views

SQL and VISUAL BASIC 2008 Queries

How can I write a sql query that takes information from a database, and then put in the text in a label? I'm not really sure how to do this so please give me a good explanation! :) Thanks, Kevin
0
votes
1answer
72 views

MySQL.data config File - Visual Basic 2008

I use mysql.data in my visual basic 2008 project. When I build my app and look into the RELEASE folder, I need the .exe.config file to run my app orless it would not work. How would I incorporate this ...
0
votes
1answer
372 views

How can I handle an exception in DataSet.Designer.cs?

I'm using Visual Studio 2008 along with C# to access a MySql database. To this point I have relied on Visual Studio to create the code for the DataSet, and that seems to have given me a problem. If ...
0
votes
2answers
1k views

How to connect MySQL from VC++ on MS Visual Studio 2008?

How to connect with MySQL from Visual C++ Microsoft Visual Studio 2008 ? I tried googling and found solutions all of which ended with fatal errors like linker errors,... etc. Please explain (or ...
0
votes
1answer
171 views

Compiling MySQL custom engine in Visual Studio 2008

I have compilation errors while compiling MySQL sample of storage engine from MySQL 5.1.36 sources. Looks to me that I set all paths to include subdirectories but that seems not enough. Here are the ...
0
votes
4answers
2k views

Access remote sql server using VB.NET

I've found a few examples of using vb.net to access an sql database, so far none of them have worked . They all involve using DataReaders. Maybe its the fact that the sql db is not on the same machine ...
0
votes
2answers
2k views

MySQL .Net Provider 5.2 does not show up in Data Source dialog of VS 2008 Express

I have installed MySQL .NET data provider 5.2 (through it's installer) but I could not see the MySQL data provider in Data Source dialog of Database Explorer. I am using VS 2008 Express edition. Do ...