Visual Interface
i tried the gui tools in mySQL.com but Im having some trouble instaling them, eventually ill be successful but I heard there are simpler packages, I just want to see the ER diagram of my databases, for the rest I can handle.
View Complete Forum Thread with Replies
Related Forum Messages:
XA Interface
In 5.0 Manual,I see XA Interface( use SQL[XA START,...],Connector/J ). But, 1. I want know XA Interface in C API. ( using xa_switch_t like other DB ( oracle, infomix, .. ) )I can't find this in Manual. 2. If MySql is not support this, does Mysql have the plan?
View Replies !
XML Interface
Does anyone know of any project that would provide an XML interface to a database? I would like to create an XML document describing what I want to do, send it to a server and get some XML results back. Has anyone heard of anything like this?
View Replies !
Interface
MySQL is just the language that the database is programmed in, in a nutshell is that right? If so, it's not like Microsoft Access where you can create a user interface so the user can input data and apply queries to data etc. These are my assumptions, so my question is: Is there an open source application that applies a user interface to a MySQL database so a user can do these things?
View Replies !
Mysql GUI Interface
is there any GUI for mysql is availabe ??? just like SQL server or ms access .. not even like apart from phpmyadmin but like windows on which we can make database , tables , reocords .... etc .. i guess micro olap have this .. but its not free ..
View Replies !
End User Interface
My goal is to set up a database to track our inspection data at our company. Currently, we are using Excel spreadsheets to make inspection reports. I would like to be able to get this information into a database so that a technician can set up the inspection plan before the inspector gets the part (the inspection plan would include the Customer Name, Part No., Revision, Items to inspect, etc.) Then when the inspector receives the part, they can pull up the inspection plan and enter the dimensional values obtained for each attribute on say six or ten parts and print an inspection report. Then this data can be sorted and viewed in different ways. We have three Windows 95 computers and three Windows 98 computers we are currently using on an ethernet network. I am thinking of using MySql, Apache and PHP to set this up. Would there be a simpler way to create an end user interface to MySql other than using PHP and Apache?
View Replies !
Mysql On Linux-gui Interface
Is there a GUI interface that is easy to install to manage MySQL on linux? I'm trying add a user account and password to the db server but I'm not having any luck from the command prompt.I'm trying to setup the nexus discussion software.
View Replies !
MS-Windows Front End Interface
Is there an MS-Windows front end interface for mySQL ? I'm thinking of an MS-Access sort of approach for basic database configuration and maintenance. Maybe there's a back door way to ODBC myself from MS-access to mysql on a Windows system ? Does Mysql have an ODBC front end I can get in through ? Any pointers to some directions ? I plan to use perl/my-sql for web work. But, it seems like a _lot_ of work to build the databases and populate them via mysql commands. I'd like to be able to work them _locally_ through a basic data maintenance program and then move it to the (web) server when ready.
View Replies !
Graphical Interface Hangs
In the older version of mysql, when I pressed browse, I could see the content of the table. If I ran a query, such as select * from table, it would scroll out the result. Now, with the newer version, all it does is hang. Is there some setting I'm missing that needs to be changed? This was newly installed on our apple server.
View Replies !
Local Interface To MySQL
I need to harvest data from MySQL tables. My experience is with MSSQL and Enterprise Manager. I also connect to MSSQL with Access and ODBC. I don't need to manage anything. I just need the data. What kind of interface can I use to query and save data locally? I don't see any MySQL drivers available when I try to setup an ODBC from my desktop. Can I download one somewhere?
View Replies !
MySQL Interface Required
I hope this question is appropriate for this group. My server provides a MySQL database. Do I need a third-party interface to add tables and records to it, or is their another way?
View Replies !
Interperted Language To Interface
my question is, what is the best interperted language to interface with MySQL? i was told Perl by some and Python by others. the reason i am looking is because i wanted to create a custom gui and atmysqlt to make it easy to add entries or pull up certain records from the database.
View Replies !
Microsoft Word Interface
I am developing an online app that helps many editors review articles, check for errors, add new articles, etc. The editors are used to using Word to help them go through several articles at once. Because of this, I'm hoping to figure out a way to allow several persons access to their content on a MySQL database online via their local install of MS Word. I have been working some with the OBDC mysql provides at http://www.mysql.com/products/connector/odbc/ (ver 3.51) and have been able to connect and retrieve some data. My problem is how do I update the users' articles online after they have finished reviewing them in MS Word?
View Replies !
MySQL C++ Interface Installation
After I downloaded MySQL C++ package & installed it, I can't compile any sources. System notes "undefine reference 'function' ", is anyone familar with gcc & MySQL C++ development package ?
View Replies !
Database And Client Interface
I am planning to use MySql for my building my database. I already installed MySQL on my system. I would like to know have two databases. 1. for developement 2. for storing the correct data from the development database. Can i have two databases on the same server, so that I can copy data from one database to another. Also, I am planning to interface matlab with MySQl. i.e., Matlab would be my client program. What drivers or connections do I need to download in order to talk to the database from Matlab.
View Replies !
User Interface With MySQL
is there product that provides a developable non-web user interface in the way that Access has one for its database? I've seen many that customize database routines, but what we want to do is create a user interface that includes logic without having to go through Php, Cfm, Net, or any of the web-based technologies.
View Replies !
GUI Interface Rennie Garcia
I have experience using other databases and wanted to find out if there is a high level GUI interface for MYSQL which enables me to create a database. I am using as a backend to a large PHP site and need any easier way of creating tables etc rather than using the command line editor.
View Replies !
Mysql Interface Generator
I wanted to know if there are any program that generates a webpage with the forms to insert data into the db. Example: I have a table with {id, url, desc} The program must generate a page with text fields to enter this information.
View Replies !
GUI Interface Book By DuBois
I have only read the book by DuBois and used samples at the command line. I would like to use this for work. I am avoiding the IT push to use Microsoft Access. I have 10 people in our group who need to share data (now about 50 excell spreadsheets). What I am really looking for is a GUI that can get me most of the way there. I can have my own server behind the firewall in our corporation so I am free to do my own thing. What I have found on the net so far is: Control Center Front SQLyog NAvicat Any feedback on these? Ease of use and reporting are most important attributes.
View Replies !
Export Table To .csv Via Web/PHP Interface
I have a website running Apache 1.3.31, PHP 4.3.0 and MySQL 3.23.45 (yes, I know...). Data from different tables is presented in lists on the webpage. I've been asked to add functionality to download lists as .csv-files. I have failed to find info about how to do this smoothly through a PHP script (not via command line).
View Replies !
GUI Interface For Unix Linux And Solaris Etc.
Is there a GUI Interface for MySQL ... that runs on Unix (Solaris, Linux, etc) There was an earlier thread about it - http://forums.devshed.com/showthread.php?t=51564&page=1&pp=15&highlight=GUI but most of these seem to run on Windows only.
View Replies !
Graphical Interface Hangs When I Try To View Conents Of Table
In the older version of mysql, when I pressed browse, I could see the content of the table. If I ran a query, such as select * from table, it would scroll out the result. Now, with the newer version, all it does is hang. Is there some setting I'm missing that needs to be changed? This was newly installed on our apple server.
View Replies !
Using Visual Studio.NET
1-I am trying to upsize an access database to my MySQL server on my website. I tried to get connected within access and failed. Please advise. I am using Win XP as the operating system and MS Office XP Pro. 2- How to connect a Visual Studio.NET project to a MySQL data base located on a MySQL server on a web. I tried to establish a connection with the server from within VS.NET project using th normal procedure, but failed. I could connect to a local SQL server. however I need to use MySQL server on my website. I have the IP address, User ID and Password of the server. Please advise. I am using VS.NET 2003.
View Replies !
Visual Foxpro
I have some Visual Foxpro tables that I want to convert to tables in a MySQL database. VFP contains no MySQL export facility. Can anyone suggest a tool to handle the conversion? An indirect conversion via an intermediate format
View Replies !
Using MySQL C API In Visual C++ .Net
I try to compile the example from the MySQL docu on http://dev.mysql.com/doc/mysql/en/l...ld_example.html I added the library and include directories; added libmysql.lib as source file in the solution explroer, added #include <winsock.h> at the beginning of the file. Yet, I still get the error message mySQL error LNK2019: unresolved external symbol _mysql_server_init@ 12 referenced in function _main
View Replies !
Visual Studio 2003
Iam wanting to do some SQL stuff from my C++ app, but I cant get mysql++ to compile under Visual Studio 2003 or even be able to use the precompiled libs, is there a version thats been ported to Visual Studio 2003 or is there another lib available to do some simple SQL stuff.
View Replies !
Create A Visual Db Schema
I have a mysql db and want to create a nice-looking (or just simple) visual schema like these: http://images.google.com/images?q=database+schema How can I go about doing this?
View Replies !
GPL Visual Database Designer
I'm a member of the fabFORCE.net team. We have developed an open source visual database designer for MySQL running on linux and windows published under GPL. Everyone who is into visual DB modeling is welcome to download the binary distribution or the source ... and do some testing ;-) We want DBDesigner4 to become bug free and the most used database designer for MySQL.
View Replies !
Picture And Visual Confirmation
can you just give me some idea on where to look in the manual somewhere regarding the following issues. 1. How can i do for example display a specific picture when a user request something in the database ? how do pictures get stored in mysql anyway ? ... i know it might be a silly question. 2. Is there any way for example to store a set of pictures in a folder and using a random function to display it in an input form to make users enter whatever they read on the picture so that i can use that as a simple way to discourage people from running scripts on my form
View Replies !
Visual Basic .NET Connection
How do I connect to mySQL through the Visual Basic .NET Stanard enviroment? I downloaded all the OCDB drivers but can't connect because "You can only connect to SQL or Access databases".
View Replies !
Visual Studio Plugin
Just installed the visual studio plugin. Tried to add a table from the System Explorer but I get an error when I try to set the data type. Something about SystemFormatException illegal cast from System.String to System.Byte[]. If I try to set the data type on the Column Details tab it crashes Visual Studio. I'm running Visual Studio 2005 professional.
View Replies !
Visual Studio TableAdapter
is there a way to bind a mysql stored procedure to a TableAdapter using ODBC? the call statement doesnt work when specifying a query.Is there another way this can be done? I am trying to create a report.
View Replies !
Openssl Visual-basic
i have to write a client-application thats will send and receive data from a webserver using a mysql database. the connection requieres ssl. has someone an idea how i use openssl in visual-basic(6)? i have no idea which functions or in which order i need to get a connection. i have read two days the documentations, comments, everything. the only thing i have found was the function mysql_ss_set(..) on theses sites. but what comes after this function?
View Replies !
Visual Tool For Database Documentation
We have a mysql database for which I would like to create a documentation. For this I am searching for some tool that can read the database structure (either from the mysql instance or from SQL code) and create a visual picture of table relationships. Does anyone know if such tool is available?
View Replies !
MySQL++ For Visual Studio 2003?
Iam wanting to do some SQL stuff from my C++ app, but I cant get mysql++ to compile under Visual Studio 2003 or even be able to use the precompiled libs, is there a version thats been ported to Visual Studio 2003 or is there another lib available to do some simple SQL stuff.
View Replies !
Visual Studio Server Explorer
Visual Studio has a neat server explorer that allows you drage tables onto a form and then does all the SQL code generation for you. This works a treat with the Northwind database that is part of the SQL server install.However, it fails with my MySQL databses becasue it can't work out what is the primary key. If I import from MySQL into SQL Server, they tables come in without primary keys.So, is there a way to mark the primary key field in mysql or that Visual Studio .NEt can see it? BTW, Access 2000 can see which is the primary key so I think this is either a odbc.net problem or a visual studio problem.
View Replies !
Database Visual Designing Software
guide me to a software that I can use to make visual database design, something where I can make pictures of tables and not table by sql commands. In short I need a tool where I can show my client how am I going to relate and make my 23 table database.
View Replies !
Cannot Connect From Visual Studio 2008
I've just installed the connector. When I open the server explorer, right click and select Add Connection. The Add Connection dialogue box displays properly allowing me to enter the server, user name, password and database name. However, even though I can log in just fine using the MySQL Administrator using the SAME credentials, I cannot log in via Visual Studio. I get the following error: "The system cannot find the file specified" If I click the "Test Connection" button, it says connection successful.
View Replies !
MYSQL Access In C (VIsual Studio)
I am using visual studio to create a microsft replacement GINA. It is written in "C" and I need to add connectivity to a mysql databse. I have read that the C API's are packaged with the mysql install. So I installed MySql on my development machine. I added the lib and inlcude directories (of the mysql install directory) to my project search path and added mysqlclient.lib as a input dependency. Code:
View Replies !
Client To Access An SQL Database By Visual C++
I have several problems. I am trying to communicate with a sql database(local) by Visual C++ 6.0 (MFC based aplication). Well i think i am able now to connect to the local sql-server, but i cannot send commands to the sql-server, as create table... or things like that. I searched the Internet but only found source code for C. Well, but i need some for C++ .
View Replies !
|