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']; Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/77270-solved-mssql-query/#findComment-392740 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.