RE: Save image to sql.
im gettingCannot implicitly convert type System.Windows.Controls.Image to type System.Drawing.Image.
View ArticleRE: Save image to sql.
Doesn't have to be the same way, what would be the best way to achieve saving an image to a sql database?.
View ArticleRE: Save image to sql.
For the previous error you can try changing this line to: set pictureBox1::Image to o as type System.Drawing.ImageWhat database are you using?Open up the Samples Browser under the Visual COBOL start...
View ArticleRE: Save image to sql.
Tried it and gives an error. But the sample should help me a lot ! Ill study the sample. thanks
View ArticleLicense error 26
I had to do a system restore and now I get a License error 26. I got a hold of Tech Support and they told me to look on the Forum, when I looked it up here they said to contact Tech Support. So Now...
View ArticleRE: Save image to sql.
I have used the attached method with succes a while ago (1 Gb of pictures)The ReadAllBytes does the read (very fast !!)Succes,Jan...
View ArticleRE: the connection reference between java and cobol
add question: how to do the sql transation between java and cobol(jvm)/cobol
View Articlethe connection reference between java and cobol
Java program: import java.sql.*; public class javamain { /** * @param args * @throws SQLException */ public static void main(String[] args) throws SQLException { // Create a variable for the connection...
View ArticleSave image to sql.
Hello, lately I have been triying to create a code to upload an image into my sql database from visual cobol 2012. I have done this in C# with byte[] image object o =...
View ArticleRE: Save image to sql.
I managed to save the image into SQL using this code. set pbImage::Image to type System.Windows.Forms.Clipboard::GetImage() set pbImage::SizeMode to type...
View ArticleRE: Err Msg 13l file not found
What is the physical file name that you are assigning to in the program?If you are not using a full path but only assigning to a filename then there may be a problem with locating the file in Visual...
View ArticleRE: Err Msg 13l file not found
Thanks Chris,As sugeested by you, I changed the working directory in the VC IDE on the project properties page-->Debug tab-->Working Directory. This solved my problem.RegardsKumar
View ArticleErr Msg 13l file not found
I am using MF Visual Cobol v 2.2. ( Personal Edition)When my progam tries to open an input file, I get "Error Msg -----13 File not found"This input sequential file (.dat extension) is created...
View ArticleLicense Error 26
For some reason my computer calender was off so I changed it to the correct date and now I get error 26. What do I do?
View ArticleRE: License Error 26
Have same error and called Tech Support and they said to ask on here. I kinda need this for school. Any help would be appreciated.
View ArticleRE: Inheritance
Actually the requirement to use self or super in order to access public fields or properties in an inherited class was removed in the compiler as of V2.2 update 2. The support for this in Intellisense...
View ArticleInheritance
Hi,i need help with inheritance in visual cobol. I have a .Net class (cobol) named ClassB which inherits from another .Net ClassA (cobol again). In ClassA i have a public property named VariabA. the...
View Article