it01y2
Jan 31 2008, 06:13 PM
| | I am trying to make a script to pull mysql data into a vb application. This will connect to windows media player so that people can select a song through my website, and windows media player would play it through vb automatically. Can anybody help me? |
Reply
Galahad
Feb 12 2008, 10:01 AM
You need help with what actually? MySQL connectivity, or the entire project? If you ar looking for MySQL connectivity within Visual Basic (6.0, not .NET), you can take a look at this topic [ here ] If you are looking for help with the entire project, well.. I never tried to connect with WMP so I can't help you there... Why not use Winamp instead? It already has all the code written in Visual Basic, that you need to interact with it... (And winamp is waaaay way better than windows media player)...
Reply
it01y2
Feb 15 2008, 05:20 PM
yea currently I am making a vb application but I am new to vb, but as my website got deleted by the web admin of my host, I'm really ******* off. All I want to do is make a automatic radio station which plays songs which are requested on the website which inputs into a mysql database. I need to make a script to pull the mysql data from the database into vb and then play the song.
Reply
Similar Topics
Keywords : vb, select, mysql, database
- Best Php And Mysql Editor For Noobs
anyone any php or mysql editor that is good for noob (5)
Php And Mysql Programming
anyone knows a code for mysql and php (2) hi everyone! I am making a program using php and mysql...I am a noob on this so i need your
help guys...I want to make a simple program that will some values and then store them on a database
and then retrieve them...uhmm let me give an example out put of what i need. This is the example
say..: Enter First Name: Enter Last Name:
Enter Age: Enter Address: ..those
are the data needed for input values...my question now is how can I make a database....
Ms-access Database Question
Allowing Web Access to the Informaton (3) Hi. I wanna know if there is a way of accessing an MS-Access database so that my site can extract
data from it and make it avilable online. I have an accounting package that saves everthing in an
MDB file and I want that info available for my clients from whereever thay are. Split Topic ....
Mysql, Php, Apache Downloads And Setup Was A Nightmare
Mysql, PHP, Apache (9) Mysql, PHP, Apache downloads were easy enough. Then came the setup process. This seemed to be an
endless mess of going back and forth trying to get the programs to work together properly. Finaly I
got them working after about 48 hours. There are great tutorials on the setup process, but only one
or two actualy were easy enough for me to understand. I would like to see if I was the only one who
had issues with this setup. Are there easier ways to setup the three?....
The Best Free Php Mysql Blog
any idea (5) Hi everyone Recently i tried to upload a personal blog. as I know a bit of PHP programming I was
looking for a free open source PHP blog. first I tried Wordpress out but there was few problems
that i needed to change php.ini or .htaccess file and also some other PHP settings. as i was trying
it out on a free web host i didn't have access to php.ini. so i have changed it from Wordpress
to bblog , i have installed it successfully and i followed it's safety instruction (deleting
install folder and install.php and CHmod config.php )then i got another problem i ....
Index In A Mysql Database
Make the numbers follow (3) I hope I am on topic here (It does have to do with web design, after all). I have noticed that in a
MySQL database, the 'id' field just keeps its numbers for every record, with the backdraw
that, whenever you remove (a) record(s) from the table, you get your list numbered as eg.
1,5,6,7,12,25 etc. This makes it a bit difficult of keeping track of the number of records in your
table. Is there a way of achieving (either in PHPMyAdmin or through the use of PHP) that the id
field in your table gets sort of 'refreshed and updated' so you have a clearer view....
Transferring From Old Server To New Server "database And Forum" [resolved]
I'm in need of aid from admin in transferring phpbb database and f (5) Ok, I have a question and would preferable ask if its possible as well. Currently I have a phpbb
forum (version 2) placed among another server. Thing is I would like to import it among my trap17
account, as this is the place I intend to stay as its so great. Problem is I have about 40+ users
already registered among that forum and have several mods implemented within it as example Cash Mod,
Jobs Mod, Rank Banners etc and fiblack template. I have tried using a few guides in trying to copy
my database over here but to no avail it is rendered useless. So in short is there a....
Getting Started With Mysql
creating tables and insert data into them. (2) Hi in this tutorial you will learn how to create tables and insert items into them. First steps are
to create the database - go into your cpanel and mysql databases, from there make an account and a
database and then attach them together with all priviliges, call the database test and the account
admin, with the pw as pass - or any other password. We need to connect to the database so first in
your php file (probably named index.php) - this is how to do it. CODE
mysql_connect("localhost", "admin", "pass") or
die(mysql_error(&....
Mysql-essential-5.0.51 Installion Problem
please help me.(urgent) (1) Dear friend, please help me. Iam working on php project (matchmaking site). I have downloaded mysql
essensial 5.0.51. When i was installing mysql 5.0.51, i got following error - Error 1901: Error
attempting to read from the source installation database:
c:\windows\installer\527ec6.msi What is solution of this problem ? Iam using
windows xp professional version 2002 (service pack 2). Please post your reply. Iam waiting for your
answer. ....
What Value Would I Use To Insert This Data?
Help on insertion of data to database? (4) I am learning slowly but surely and I know some of you probably getting tired of my questions. ^^;;
However, I believe one can not learn without asking questions. So.. if I get too bothersome.. just
point me to some books or something. lol XD // Make a MySQL Connection mysql_connect("localhost",
"name", "password") or die(mysql_error()); mysql_select_db("at2927_abq") or die(mysql_error()); //
Insert a row of information into the table "example" mysql_query("INSERT INTO members (pasture)
VALUES('Timmy Mellowman', '23' ) ") or die(mysql_error()); ....
Ch Customer. - Need Help W/ Php/mysql Settings. System() Passthru() Mysqldump
(1) I need the following for some scripts I'm working on. 1. system() to be enabled 2. passthru() to
be enabled. 3. path to mysqldump 4. path to mysql Can someone please help me? Thanks, Patrick....
How Do I Connect To Live Database With Php Script?
while being hosted with ComputingHost (6) I am not new to programming. I want to create a form to add some values into my tables, the code
are all working. But I am not sure what is the URL to connect to my site's database. All along,
I have been testing through MAMP, which provides a local copy of mySQL. Can anyone lend me a hand?
My site's URL is http://limetouch.com/ ....
Mysql Query Problems
I need some help or a tutorial? (6) I seem to be having trouble with getting my Query to post my user's ID numbers. CODE //
Make a MySQL Connection mysql_connect("localhost", "user",
"password") or die(mysql_error());
mysql_select_db("databasename") or die(mysql_error()); // Retrieve
all the data from the members table $result = mysql_query("SELECT * FROM members WHERE
id='$id'") or die(mysql_error()); // store the record of the
id table into $row $row = m....
Best Sites For Learning Php-mysql
(4) Hi I was reminded of this earlier by a post in a topic, meant to post it but forgot and the topic on
php books reminded me. Well anyway there is tyhschools for learning php (unless someone else knows
a better 1) but I wan't to know what is the best site for using php with mysql (using
phpmyadmin) also whats the difference between postgresql and mysql? though I must admit the
postgresql version of phpmyadmin whatever it's called looks better (visually)!....
Database With Mysql++
getting mySQL++ to work with trap17 (4) Hi, I'm trying to build an online game and figured the easiest way to do the server list would
be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
website and I always get an abnormal program termination; however, it will work with the mySQL on my
own machine. The code is below: CODE #include <iostream> #include <iomanip>
#include <mysql++> #include "pass.h"//holds my password (i program at
school) int main(void) { Connection con("t3jem3_test","....
Tools Needed!
PHP & MySQL (6) Hello, everyone! I need some tools for those two things to test PHP scripts coming together with
database on my laptop, instead checking them on a web-server which takes time.....
Best Free Online Game Database
(1) I find this to be an excellent site for free games of all types. It is where I find all my games
/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />
http://play-free-online-games.com/games/games_all.html Recommended: Blockland....
What Is Mysql Host Address?
Not localhost (6) Dear All I want to know what is my mySQL databade host adress, not "localhost" because I want to
connect to mySQL externally, thank you very much /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" />....
Mysql Database Space
(3) How much space does Trap17 offer for MySQL database in terms of MB? I need to know because I intend
to host a forum for my classmates and it will be a gathering place for us. We are all ex students of
a school so the forum will be a handy hangout place to get info and status about each other, since
we're all seperated now. So, the forum takes up 150KB in my database and its increasing daily
due to increasing number of posts and members. The day will come when it hits the 12 MB database
space my current free host offers. So, any input or help is very much appreciate....
Mysql
(7) Hi... One of my hosts hasn´t MySQL but i need to develop a login system so I need to know if it´s
possible to use a MySQL database intalled in another host... If it´s possible can you explain me how
to do it? Thanks in advance....
Mysql In Visual Basic
Mysql in visual basic (5) I'm am trying to create a script so that visual basic 6 can interact with mysql Any ideas?....
Simple User System
php, mysql driven (19) Hey! Maybe you've seen my other tutorials...or my signature.. Anyways I'm going to show
you how to make a system so users of your site could register accounts and you could have protected
- user only - pages on your site /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> Ok, so we start by creating a config.php file. CODE <?php
$dbhost = 'database host'; $dbname = 'database name';
$dbusername = 'database username'; $dbuserpass = 'database pas....
Truefusion Shoutbox
No Database required! (31) After several tests, i think it's good enough to be released. Please report any problems in
this topic. About the shoutbox: QUOTE It's supports many bbcodes that we're all used
to. Over 60 smileys. No database required for shout storage: All stored on flatfile. XHTML valid.
Installation is basically extract files, and chmod the files "shouts.log", "ipban.log",
"wordfilter.log" 666. Compatible with standard-compliant browsers, and Internet Explorer. Admin
Cpanel: Edit/delete shouts, IP ban/unban, Word Filter. Users can delete/edit their shouts within a....
Creating Profiles In Php/mysql ?
(7) i've started to learn php..im familiar to basics of php and mysql now.Now for example i want
that some user can register to my website , and after that he can Login and log out , and he can see
his profile.is there any tutorial about this ? or any helping url .. or any helping answer please
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Can You Add Images Into A Mysql Database?
Using Php? (18) I'm learning php in class right now, but I'm still not that good at it, what I'm
wondering is when I write the php so that it can connect with a database, can I at the same time
have it that it is able to display back images that I choose. Like, I want a search feature, where
you can search for a keyword, and it will bring back a list of all the possible entries with that
keyword, but each of these entries will have a photo associated with it. Now, do I put these image
files directly into the database, or do I write the code to link them from my files to th....
Installing Apache, Mysql, Phpmyadmin Locally
Solving the "php_mbstring.dll missing" (5) Since Trap17's CP provide the individual site's owner with goodies like MySql and
PhpMyAdmin, chances are some will want to make use of them. Well, it's fine enough to get that
on one's host (Gee! Thanks a lot, Trap17...) Knowing how the usual geek react, it might be
expected that most people considering to make use of a database on their site will want to do most
of the tedious job of developing and testing on their own local system before sending the wrapped-up
result on their domain/subdomain. This involves four basic steps (sorry for the compuwi....
Import From Excel File Into Mysql Database
(5) Has anyone tried using the excel import function that comes with phpmyadmin
http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
to import the data to , there is a link on the bottom left corner which says "insert data from a
text file into the table" - although it says text file it still can be used to import an excel file.
When you click on this link you will be taken to a page where you will be asked for the file name
(the....
Increment A Mysql Column
how to increment a MySQL column one unit (6) Hi, I have a column in a MySQL table which contains a counter of the views of the object described
by this table. I would like to increment this value by one everytime the object is viewed. Obviously
came into my mind the possibility of retrieving the value of this field, store it in a variable
increment this value by one and perform an UPDATE query again with this new value. My question is if
there is a MySQL option to update the field with its actual value plus an unit increment. I hope you
understand the issue.....
What's Your Favorite Game System - Console
select one from each poll (170) i'm a computer game fan. it's expensive but more useful. it can be use for many purpose for
your study and entertainment. much easier to use and most common to more people.....
Testimonials
Free Web Hosting with PHP MySQL CPanel (81) Is Trap17 working for you? We would love to hear about it and post it on Trap17.com! If you
would like your website and/or name included with the testimonial, please include it in the
message.This Page is directly linked from Main Page to the Lofi Version of this Forum. ....
Looking for vb, select, mysql, database
|
|
Searching Video's for vb, select, mysql, database
|
advertisement
|
|