How capacity DataRow object is ?? I'm passing an array that might be big (at least I think so :p) ??
Printable View
How capacity DataRow object is ?? I'm passing an array that might be big (at least I think so :p) ??
Be sure that what limits you is the number of fileds in your database table not the datarow :) . 255 fileds in each access table and 1024 in SQL server (not sure about this one) maybe much more in Oracle but that wont be a problem IMHO.
Sounds encouraging Lunatic3 !:D
Ok , do you know how many concurrent users can work on MS access db ?
According to Microsoft, its 255 concurrent users.
Cool ! that's enough for me , I think . SQL Server should support more than that I believe !
Well , thanks dude !:)
Access may SUPPORT 255 concurrent users, but beyond 3 or 4 it is going to bog down tremendously.
Thanks