is it possible to connect the mysql db with any other languages like asp,
vb by providing the provider infomation of the driver. For example if u vant to connect oracle with asp means we can write the provider infomation like
" con.connectionstring="Provider=msdaora.1;datasourc e=oracle;user id=scott;password=tiger and so on"
by the same how can we give the provider info for mysql? Do i need to download any components for that?