Forum: C# Mar 9th, 2009 |
| Replies: 8 Views: 852 In wich MSAcces version are you develop??, couse if it's in 2007 your connection it's wrong, if it´s not then you may probably have to add Trusted connection to the connection string =). |
Forum: C# Feb 20th, 2009 |
| Replies: 8 Views: 1,998 Hello,
Why don't you try to make that byte array to image then save it, and retrive it like and image then convert the image to a byte array.
What do you think?? |
Forum: C# Feb 19th, 2009 |
| Replies: 2 Views: 1,386 The problem might be in the creation of the object.
Passing a recursive parameter can be a trouble, becouse every single call to the function will create a different object an you're using a type... |
Forum: C# Feb 4th, 2009 |
| Replies: 2 Views: 337 Thanks that was very usefull,
I'll keep it in mind for a few projects =D |
Forum: C# Feb 4th, 2009 |
| Replies: 2 Views: 337 Sorry, I'm a newbe here so ... I got to ask, what's the diference between those 2 things??
Can anybody help me!!. |