sql server - How to connect/perform queries to Microsoft SQL on XCode -
i new programming, sorry. not familiar how goes.
i have iphone (xcode) project:
they have setup microsoft sql database. need connect database , perform queries on through xcode.
i have seen articles on json,php,mysql , other stuff find hard understand.
thanks in advance! ^^
i use following:
nsstring *querysql = [nsstring stringwithformat:@"select serialnumber, catalognumber inventory partname=\"%@\"", partname.text];
Comments
Post a Comment