Record showing in VB but not showing in SQL enterprise manager

Record showing in VB but not showing in SQL enterprise manager

Post by Rick Kwo » Thu, 28 Oct 1999 04:00:00



Dear,

    I have used SP to insert and update a table record from VB6 through ADO
and DSN to SQL 7 sp1. The record seem added & fine under VB6. However, if I
opened the table from SQL enterprise manager and moved to the last row, the
record it not showing up. This happen on some of my tables.

    It there anything wrong on my data?

Thanks

Rick

 
 
 

Record showing in VB but not showing in SQL enterprise manager

Post by Darren Gree » Thu, 28 Oct 1999 04:00:00


Quote:> However, if I opened the table from SQL enterprise manager and
> moved to the last row, the record it not showing up.

Rick,

This is because SQL does not mainatin records in the "order" you add
them, especially if indexed. Some clever person can no doubt give you a
technical explanation why, but take it from me it doesn't.

Seacrh the table fully to find your record.

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!

 
 
 

Record showing in VB but not showing in SQL enterprise manager

Post by Rick Kwo » Fri, 29 Oct 1999 04:00:00


Yes,

    You are right, I found the record is not in-order, even it is a
autonumber record. I thought MSSQL's manager just like Access. Always put
the record into the last row.

Thanks

Rick


Quote:> > However, if I opened the table from SQL enterprise manager and
> > moved to the last row, the record it not showing up.

> Rick,

> This is because SQL does not mainatin records in the "order" you add
> them, especially if indexed. Some clever person can no doubt give you a
> technical explanation why, but take it from me it doesn't.

> Seacrh the table fully to find your record.

> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!