Loaded Data into a Table in SQL Server but They Are Not Visibile in Database in PHPStorm

659
2
Jump to solution
12-02-2016 11:59 AM
SarojThapa1
Occasional Contributor III

I had a SQL Server database table in ArcGIS desktop. I loaded additional data into the table. When I open the attribute table in ArcMap,  I can see all the data (old and new) in the table. However, when I make database connection in PHPStorm using PDO, and open the table, I can only see the original data (the data table before additional data were added).

I queried those added data using PHP. When I ran the php file in a browser, I get a table saying "No Data Available in the Table".  

Any helps are greatly appreciated.   

0 Kudos
1 Solution

Accepted Solutions
Asrujit_SenGupta
MVP Regular Contributor

Considering it all looks good from the ArcGIS side, would be better to discuss this in PhpStorm forum (if they have one) or their support. 

View solution in original post

0 Kudos
2 Replies
Asrujit_SenGupta
MVP Regular Contributor

Considering it all looks good from the ArcGIS side, would be better to discuss this in PhpStorm forum (if they have one) or their support. 

0 Kudos
SarojThapa1
Occasional Contributor III

Thanks Asrujit. I deleted the new records and readded them. Looks like it's working now.

0 Kudos