I\'m developing an ipad app and I need to save some data in OData SQL Azure, I know how to get data sending requests with querys but I don\'t know how to send a post
Ok so this is the query I have...I just added the ACCOUNTID and the @accountID portion which is obviosly not working
I\'m facing this abnormal situation. The following code doesn\'t work properly: string temp = \"heythere\";
I\'m trying to process the following in one sql statement - I want to copy the number of records to the archive table and straight away remove the existing ones from the main table.
So I have table A and table B. I insert a entry into table A and this will generate a id in table A. Now I want to use this id to insert another entry in table B.
I have one iphoneapplication in which recurring events happens.the duration are like every day,every 2nd day,every 3rd day..,every week on mon,every week on tues,...,every second week on mon,..,every
whit my Activity I display a form like this: <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
I have a simple code snippet provided below along with the necessary hibernate confi开发者_开发技巧guration.
I was wondering if there is an equivalent to the DAO style insert and update record code in C#. For instance, in access VBA, I could do an insert with something like this:
I\'ve managed to run this query using wamp. INSERT INTO guest (guestno,familyname) VALUES(NULL,\'Damn\');