Click here to Skip to main content
16,003,224 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server row size Pin
Talal Sultan18-Feb-05 8:36
Talal Sultan18-Feb-05 8:36 
GeneralOlap Cubes Pin
Yulianto.17-Feb-05 14:24
Yulianto.17-Feb-05 14:24 
GeneralRe: Olap Cubes Pin
Mike Ellison17-Feb-05 14:34
Mike Ellison17-Feb-05 14:34 
GeneralRe: Olap Cubes Pin
Yulianto.17-Feb-05 14:47
Yulianto.17-Feb-05 14:47 
GeneralRe: Olap Cubes Pin
Anonymous18-Feb-05 5:40
Anonymous18-Feb-05 5:40 
GeneralRe: Olap Cubes Pin
GWSyZyGy18-Feb-05 7:21
GWSyZyGy18-Feb-05 7:21 
GeneralRe: Olap Cubes Pin
Yulianto.18-Feb-05 15:09
Yulianto.18-Feb-05 15:09 
GeneralInserting and Selecting .wav files from and to MySQL table Pin
j1webb17-Feb-05 11:01
j1webb17-Feb-05 11:01 
I am a VB.Net developer and I am trying to use VB.Net, a web service and a MySQL table on a Linux server to save and retrieve .wav files.

I have been able to insert and retrieve .wav files to a MS SQL table by using the image datatype in the MSSQL table. I have converted a .wav file to both a byte array and a base64 character type and saved it (inserted) to a MSSQL table with no trouble. And I have used the select statment to retrieve that same .wav file and my code works.

However, I really need to create a webservice to store .wav files into a MySql table on a Linux server. We currently have numerous webservices that work well with MySql but inserting a .wav file has proven to be a real challenge. I am not trying to use a webservice during the testing, I make a direct connection to the MySql db and use ODBC SQL statements for my Inserts and Selects.

I have used numerous reader and writer routines that I have found on the Internet but none of the have worked.

There is not much on the internet about how to save .wav files in a database, but I am making an assumption I could use some of the same code that is used to save and retrieve image files. This assumption has worked when I am using MSSQL tables but it doesn't seem to work with MySql tables.

Does anyone have any idea as to how to do this?
GeneralRe: Inserting and Selecting .wav files from and to MySQL table Pin
j45mw19-Feb-05 4:14
j45mw19-Feb-05 4:14 
GeneralNeed to convert the content of one field into several from a view Pin
DEWright_CA17-Feb-05 9:33
DEWright_CA17-Feb-05 9:33 
GeneralRe: Need to convert the content of one field into several from a view Pin
numbrel18-Feb-05 12:46
numbrel18-Feb-05 12:46 
Generalcannot add new records with multiple fields Pin
elephantstar17-Feb-05 8:31
elephantstar17-Feb-05 8:31 
GeneralRe: cannot add new records with multiple fields Pin
elephantstar17-Feb-05 10:14
elephantstar17-Feb-05 10:14 
GeneralCompare datarows Pin
pedros7316-Feb-05 10:02
pedros7316-Feb-05 10:02 
GeneralRe: Compare datarows Pin
Just Greeky Creek16-Feb-05 21:19
Just Greeky Creek16-Feb-05 21:19 
GeneralRe: Compare datarows Pin
pedros7316-Feb-05 22:47
pedros7316-Feb-05 22:47 
GeneralRe: Compare datarows Pin
Just Greeky Creek16-Feb-05 22:56
Just Greeky Creek16-Feb-05 22:56 
GeneralDelete question Pin
Tom Wright16-Feb-05 8:57
Tom Wright16-Feb-05 8:57 
GeneralRe: Delete question Pin
Mike Dimmick17-Feb-05 1:25
Mike Dimmick17-Feb-05 1:25 
GeneralRe: Delete question Pin
Tom Wright17-Feb-05 4:22
Tom Wright17-Feb-05 4:22 
GeneralRe: Delete question Pin
Rob Graham17-Feb-05 7:39
Rob Graham17-Feb-05 7:39 
GeneralDataGrid Columns Pin
numbrel16-Feb-05 5:40
numbrel16-Feb-05 5:40 
GeneralRe: DataGrid Columns Pin
Just Greeky Creek16-Feb-05 21:15
Just Greeky Creek16-Feb-05 21:15 
GeneralRe: DataGrid Columns Pin
numbrel17-Feb-05 3:06
numbrel17-Feb-05 3:06 
GeneralSQL Guru challenge :) Or just a simple query question Pin
Richard Parsons16-Feb-05 3:07
Richard Parsons16-Feb-05 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.