Connect the *.mdb through System Data Source ODBC.
In my case, I use php. The code looks like this:

  $conn=odbc_connect('data_source_name','','');

  if (!$conn){
     exit("Connection Failed: " . $conn);
  }



ajid wrote:
> 
> MGOS
> i have *.mdb data, then im try using queymain.aspx on sample data.. but :(
> failed.. (not display d result)
> any method?souce code? or edited script from sample??
> Thanx
> 

-- 
View this message in context: 
http://n2.nabble.com/Query-on-*.mdb-tp2160887p2338559.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to