Hi Drew, > My data source is an Access 2003 table. I'm in Windows > 2000. I'm using Visual Basic 6.0. I'm trying to use a > DataGrid control and I've tried to use an ADODC data > control for the connection. I've also alternatively > used ADODB.Connection and ADODB.Recordset controls > instead of the ADODC control.
Are you already creating the connection via code and assigning it to the connection for the ADODC? > As I'm developing the application on my computer (and none > of my work is local to the machine, but loading, running, > and saving on the network folders), the application does > what I described above very successfully. When I try to > run the application on a different computer on the same > network, the only difference is that the datagrid does not > populate with data from the table. And as weird as > it seems, I receive absolutely no errors! This could be a permissions issue. Do the 'other computers' and their users have rights to read AND WRITE to the folder the mdb file is in? Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ (+- Syndicate Local Homeschool Groups on your website (+- http://LocalHS.com/remote/ '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
