| | |
Database programming
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
OK, so I'd like to play around a bit with learning how to initialize and use microsoft SQL server compact, but I have no idea where to look for the material. I did a quick search for database howtos, but I only found stuff with what seemed to be advanced "how-to" posts. Does anybody know a good site that I can look at to get a beginner's guide of how to use databases in C#?
int count;
for (count =1; count<=500;count++)
printf("I will not throw paper airplanes in class.");
for (count =1; count<=500;count++)
printf("I will not throw paper airplanes in class.");
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 118
do you want to learn about creating database applications with c# or with sql server compact edition? the second is related to mobile applications. So dont use that compact keyword there not to cause confusion. there are very good video tutorials in www.asp.net/learn.
be patient and watch as many videos as you can, you will understand what you need to learn for further once you get an idea of the whole picture. also go and watch the videos in www.windowsclient.net afterwards.
be patient and watch as many videos as you can, you will understand what you need to learn for further once you get an idea of the whole picture. also go and watch the videos in www.windowsclient.net afterwards.
Due to lack of freedom of speech, i no longer post on this website.
Well, first off, my understanding of SQL compact is that it's like sqlite.. embeddable into software so I don't have to have a server running on whatever machine I wanna run the software. Is that what it is, or am I mistaken?
int count;
for (count =1; count<=500;count++)
printf("I will not throw paper airplanes in class.");
for (count =1; count<=500;count++)
printf("I will not throw paper airplanes in class.");
•
•
Join Date: Jan 2008
Posts: 2,052
Reputation:
Solved Threads: 118
sql compact is the sql server for devices like pocket pcs, you are mistaken. do what i suggest go and watch some video tutorials.
and also you can download sql server express edition to you pc for free. you can not use sql server without a server. you can use ms access for that reason.
and also you can download sql server express edition to you pc for free. you can not use sql server without a server. you can use ms access for that reason.
Due to lack of freedom of speech, i no longer post on this website.
No, Serkan it also used as they said in desktop application SQL Server Compact 3.5 is a free, easy-to-use embedded database engine that lets developers build robust Windows Desktop and mobile applications that run on all Windows platforms including Windows XP, Vista, Pocket PC, and Smartphone. read more
You're both right everyone has another piece of information.
You're both right everyone has another piece of information.
Last edited by Ramy Mahrous; Jul 18th, 2009 at 6:28 am.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
![]() |
Similar Threads
- Python MySQL and Database Programming (Python)
- Python MySQL and Database Programming (Python)
- Python MySQL and Database Programming (Python)
- database (C#)
- How to save a file in database and get the content from that file(using java) (Java)
- error updating access database using vb.. (Visual Basic 4 / 5 / 6)
- Connecting Access 2000 to a Sybase Database via ODBC (MS Access and FileMaker Pro)
- Need help in VB6 database programming (Visual Basic 4 / 5 / 6)
Other Threads in the C# Forum
- Previous Thread: Deleting a checked row from datagrid/database ?
- Next Thread: Random number string between 1 and 50
| Thread Tools | Search this Thread |
.net access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom cyclethruopenforms data database datagrid datagridview dataset datetime degrees development dll draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox save server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update upload usercontrol users validate validation visualstudio webbrowser wia windows winforms wpf xml






