+ 3
How can I connect c# with parse database??
I have a program which I want to link with parse database therefore I am asking.
4 odpowiedzi
+ 11
Parse database? What does it mean?
I suppose it's SQL Server, you have 2 basic options:
1) Connect directly to db with SQL connection classes and connection string, and execute queries, use data adapters, ...
2) Use entity framework (ORM), it's better and safer, you see your tables as objects and you don't need to write raw complicated queries.
+ 2
in c# use a sqlconnection with a sqlcommand and a sqldatareader
http://csharp-station.com/Tutorial/AdoDotNet/Lesson04
What database do you use ?
+ 1
I use parse server to create database , and thank u for the help.
+ 1
if c sharp use sql connection cmd i think its bettter but sorry its only my thougths