C# windows application accessing SQL server

Get help on programming - C++, Java, Delphi, etc.
Post Reply
frankwas
Registered User
Posts: 100
Joined: 31 Oct 2004, 02:00

C# windows application accessing SQL server

Post by frankwas »

Hi all!

I have just finished writing an app that accesses my website sql database. But I
want to know how can I add images from my pc onto that server? Can anyone
please give me some advice?

Thanks.
Pollynator
Registered User
Posts: 121
Joined: 09 Mar 2007, 02:00

Post by Pollynator »

U should be able to find some code that allows u to upload images to a server for C# and then once u do that the database can keep track of the image name and location and so u can use php on the site to display the images.

I wasn't exactly sure what u were asking. :?:
Image
Join me in F.E.A.R Combat on 196.4.79.8:27888
frankwas
Registered User
Posts: 100
Joined: 31 Oct 2004, 02:00

Post by frankwas »

Thanks for the reply!

I have managed to upload the images. But where can I get a resource that can give me good php code. I've been to the developer's site, but it's not so nicely laid out. Isn't there a site that specifically teaches you sql using php?
Pollynator
Registered User
Posts: 121
Joined: 09 Mar 2007, 02:00

Post by Pollynator »

i've found the best place is http://www.php.net.
Image
Join me in F.E.A.R Combat on 196.4.79.8:27888
Post Reply