Brian W Posted December 4, 2008 Share Posted December 4, 2008 Okay, my co-worker who is an ASP developer has the entire office shitting bricks cuz the boss is shitting bricks. We moved a website onto our server yesterday seemingly without issues but not entirely without (of course)... Though he is using ASP, this sounds like a mysql problem sorta. What used to display First, middle, and last name and a float delimited by commas with something like CONCAT_WD(' ', Firstname, Middle, Last, Hours) now errors saying "system.byte[]". What makes me think this is a mysql issue is that it worked on the old server which was running an older version of MySql, ODBC, and IIS6. Now it is on a system with the latest a greatest versions of mysql, ODBC and even IIS7. Huge environment changes like this make me paranoid... god bless testing the water and such but we didn't catch this bug till it hit production. Any ideas? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/135578-wtf-is-systembyte/ Share on other sites More sharing options...
trq Posted December 4, 2008 Share Posted December 4, 2008 system.byte is a .NET object. Is this an ASP.NET application? Quote Link to comment https://forums.phpfreaks.com/topic/135578-wtf-is-systembyte/#findComment-706311 Share on other sites More sharing options...
Brian W Posted December 4, 2008 Author Share Posted December 4, 2008 yeah, co-worker is an ASP developer. So if system.byte is ASP, I guess that is not a mysql problem it is a ASP problem or both. Quote Link to comment https://forums.phpfreaks.com/topic/135578-wtf-is-systembyte/#findComment-706319 Share on other sites More sharing options...
trq Posted December 4, 2008 Share Posted December 4, 2008 I would say its an asp problem. Quote Link to comment https://forums.phpfreaks.com/topic/135578-wtf-is-systembyte/#findComment-706324 Share on other sites More sharing options...
corbin Posted December 5, 2008 Share Posted December 5, 2008 Based on my 3 minutes of looking at ASP.NET example code (just now, and before combined ;p), and googling, I think it might have to do with the MySQL driver if you're coding in C#. Probably wrong though. Quote Link to comment https://forums.phpfreaks.com/topic/135578-wtf-is-systembyte/#findComment-706500 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.