Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - linuxhong

Pages: [1]
1
Really thanks a lot for your reply~~~


2
Selecting and Listing is good....

But editing, adding, deleting not working in my My sql DB with PHP

Please Help me...

Do Upper scripts add/delete script works on Physical Mysql DB?

3
Hi there

I did copy completely https://paramquery.com/pro/demos/editing_batch  demo script and PHP file

I can listing well in my pc and my server  but update/delete/add action not working

Client side works but mysql DB table not modified... code is same (just optimized my server)

Please help me

this is My produtcs table in my mysql DB

CREATE TABLE `products` (
  `productid` int(11) NOT NULL,
  `productname` varchar(255) DEFAULT NULL,
  `QuantityPerUnit` tinyint(3) DEFAULT NULL,
  `UnitPrice` tinyint(3) DEFAULT NULL,
  `UnitsInStock` tinyint(3) DEFAULT NULL,
  `Discontinued` varchar(13) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Please help me~~~

I can't update and delete in my physical mysql DB...


4
Hi there

I am a pro user~~~

I wanna Demo site table creation script

sample is products .....

Please help me~~

5
ParamQuery Pro Evaluation Support / Re: Data does not get saved to MySQL-DB
« on: December 29, 2017, 04:52:23 pm »
Me too

I have a same problem... and I am a pro buyer

Please help me....

Pages: [1]