maliary Posted November 14, 2007 Share Posted November 14, 2007 Hi, What's wrong with this Query to MSSQL ? It does completely nothing. $r = $mssqlcon->query("SELECT CAST(ItmsGrpNam AS VARCHAR(20)) FROM [AITB]"); $rows = mssql_fetch_array ($r); $rows ['0']; Link to comment https://forums.phpfreaks.com/topic/77270-solved-mssql-query/ Share on other sites More sharing options...
maliary Posted November 16, 2007 Author Share Posted November 16, 2007 Nothing wrong with this. Problem is with MSSQL connection. Link to comment https://forums.phpfreaks.com/topic/77270-solved-mssql-query/#findComment-392740 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.