first time using stack overflow. I have followed the following 2 part youtube tutorial on uploading/storing an image in a MYSQL database. I have followed the instructions but my image is not appearin
I am trying to update a DateTime object into a datetime field of a sql (SQL Server 2000) database. I have the following function
I have an xml file as shown below: <root> <element1>abc</element1> <element2>123</element2>
I\'ve created a database where one of the tables stores the geolocation of some points. I\'m trying to fill that table, which a priori seems pretty easy with GeomFromText(\'POINT(39.48280 -0.34804)\')
Hey there. When I use the following function: function ship_order($id, $order_items, $products) { $connection = mysql_open();
I\'m not very familiar with db2.. this task would be rather easy in Oracle but I don\'t know how to do it with db2.
I have a table that stores trees. There is a node_id and parent_id. When I try the following: insert into table1 select * from table2 start开发者_运维百科 with node_id = 1 connect by prior node_id
Let\'s say that I have Table_A contain: ID OldValue 316 15 and Table_B contains ID Value OldValue 12NULL 24NULL
I am using PHPExcel library to read/write excel files. Now I want to generate a chart, or add an image (chart generated with pChart ). I would like to know if there are other libraries t开发者_运维百科
I just keep getting the error 1064. I searched how to do while loops then declare local variables etc. and I don\'t see what I\'m doing wrong. I tried to do it without the \";\" and I tired setting th