Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: Sql Serverce
i used following code it worked for me [CODE]string query1 = "SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'RelationDocs' AND TABLE_TYPE = 'TABLE'"; sql.Connection = myConnection; sql.CommandText = query1; SqlCeDataReader reader = sql.ExecuteReader(); if (reader.Read() == false) { string query = "CREATE TABLE RelationDocs (Relation NVARCHAR(100) , Path NVARCHAR(100))"; cmd.Connection …
first u should know abt threading concepts in java so we create animated games threading is important study abt tghrreading in java implement the logic which u want to desgin
The End.
vinu_32123