i should say hi experts :D . Help me with this pretty code :) The database: \"ID (Primary key)\" | \"Title\"
I am inserting values in to Database from a Webform usingADO.NET, C#. DB I am using is Oracle Database.Values are not being inserted and the program gets struck at the cmd.ExecuteNonquery()
I have this generic routine that I wrote that takes a list of sql strings and executes them against the database. Is there any way I can make this work faster? Typically it\'ll see maybe 200 inserts o
i\'am trying to update a row in a table using : 开发者_如何学编程command.ExecuteNoQuery() it\'s not giving me an error but it\'s not updating the row
I have a stored procedure that returns a varchar(160) as an output parameter of a stored procedure. Everything works fine when i use ExecuteNonQuery, i always get back the expected value.
I know this is not a hell of an useful question but I can\'t help being bugg开发者_Go百科ed by it.
HI all.I am trying to use the Sun Jersey Client API with Jesey Oauth to connect to twitter.Lets say I already have the oauth token and token secret.