Click here to Skip to main content
15,928,111 members
Home / Discussions / Database
   

Database

 
AnswerRe: horizontal union operation Pin
Garth J Lancaster5-Nov-09 10:45
professionalGarth J Lancaster5-Nov-09 10:45 
AnswerRe: horizontal union operation Pin
Luc Pattyn5-Nov-09 12:59
sitebuilderLuc Pattyn5-Nov-09 12:59 
AnswerRe: horizontal union operation Pin
Niladri_Biswas5-Nov-09 17:07
Niladri_Biswas5-Nov-09 17:07 
GeneralRe: horizontal union operation Pin
Shameel9-Nov-09 3:01
professionalShameel9-Nov-09 3:01 
Answerclarification on my original question Pin
dxlee6-Nov-09 5:43
dxlee6-Nov-09 5:43 
AnswerRe: horizontal union operation Pin
Shameel9-Nov-09 3:05
professionalShameel9-Nov-09 3:05 
QuestionHelp! Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 8:26
maysam gamini5-Nov-09 8:26 
AnswerRe: Help! Database Problem, Unknown Information in a Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 12:37
maysam gamini5-Nov-09 12:37 
Dear Friends,

Well i found that, it's definitely a String Base 64, 'cause I was able to build a byte array from it with this code:

string strData = dataGridView1[2, 0].Value.ToString();//this from visit table in sample database that i //attached
byte[] data = Convert.FromBase64String(strData);

and i use this :

public Image ByteToImageConvert(byte[] byteArrayIn)
            {
                  MemoryStream ms = new MemoryStream(byteArrayIn);
                  Image returnImage = Image.FromStream(ms);
                  return returnImage;
            }

but i face with this problem on " Image returnImage = Image.FromStream(ms);":
Parameter is not valid.


What should i do?
PLease HELP!
thank you!
AnswerRe: Help! Database Problem, Unknown Information in a Access DataBase by the MEMO type! - CrossPost Pin
Richard MacCutchan5-Nov-09 23:19
mveRichard MacCutchan5-Nov-09 23:19 
QuestionSQL Server 2005 - Passing 2 Dim. Array to SP Pin
Anusha.19805-Nov-09 7:42
Anusha.19805-Nov-09 7:42 
AnswerRe: SQL Server 2005 - Passing 2 Dim. Array to SP Pin
Eddy Vluggen5-Nov-09 8:39
professionalEddy Vluggen5-Nov-09 8:39 
AnswerRe: SQL Server 2005 - Passing 2 Dim. Array to SP Pin
Niladri_Biswas5-Nov-09 16:56
Niladri_Biswas5-Nov-09 16:56 
QuestionSQL Server 2005 - Working with IDENTITY column Pin
Anusha.19805-Nov-09 7:04
Anusha.19805-Nov-09 7:04 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Mycroft Holmes5-Nov-09 14:20
professionalMycroft Holmes5-Nov-09 14:20 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Niladri_Biswas5-Nov-09 17:22
Niladri_Biswas5-Nov-09 17:22 
AnswerRe: SQL Server 2005 - Working with IDENTITY column Pin
Shameel9-Nov-09 3:08
professionalShameel9-Nov-09 3:08 
QuestionMS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 2:48
Steven J Jowett5-Nov-09 2:48 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
J4amieC5-Nov-09 3:05
J4amieC5-Nov-09 3:05 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Niladri_Biswas5-Nov-09 3:41
Niladri_Biswas5-Nov-09 3:41 
AnswerRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
David Skelly5-Nov-09 5:27
David Skelly5-Nov-09 5:27 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 6:57
Steven J Jowett5-Nov-09 6:57 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
David Skelly5-Nov-09 23:08
David Skelly5-Nov-09 23:08 
GeneralRe: MS SQL Selecting all rows in one table and only rows matching in a second Pin
Steven J Jowett5-Nov-09 23:36
Steven J Jowett5-Nov-09 23:36 
QuestionUsing OPENROWSET Pin
si_695-Nov-09 2:08
si_695-Nov-09 2:08 
AnswerRe: Using OPENROWSET Pin
jacob.sebastian6-Nov-09 9:38
jacob.sebastian6-Nov-09 9:38 

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.