I've come across a weird situation that I can't find so far on the 
internet.  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.

The application resides within a business network folder, as does the 
Access MDB file.  The user loads the application from the network, 
and the application connects to the data table on the network, and 
then provides the user with some sort of interactivity with the data 
and otherwise.  That's the simple.

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!

Help!

-- Drew
http://drewvancamp.com







'// =======================================================
    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/
 


Reply via email to