473,395 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

What is the way to receive the data as we entered

Hai ,

I created a table with primary key clustered. I have entered the data
thru E.Manager . If a close the table and open it again , Ii shows the
rows with the (default) ascending order. Is, there any way to get the
rows in the user entered order(neither asc or dec order)
With Thanks
Raghu
Jul 20 '05 #1
2 1283

"Raghuraman" <ra************@rediffmail.com> wrote in message
news:66**************************@posting.google.c om...
Hai ,

I created a table with primary key clustered. I have entered the data
thru E.Manager . If a close the table and open it again , Ii shows the
rows with the (default) ascending order. Is, there any way to get the
rows in the user entered order(neither asc or dec order)
I don't believe so.

Keep in mind that in theory there is no "order" to the way the data is
stored. So the order it was entered is meaningless.

The only way to guarantee the order of output is with an order by statement.
And I don't think you can force that in EM.



With Thanks
Raghu

Jul 20 '05 #2
No. A clustered index physically orders the data.
Even without the index it would not be possible unless design for it -
as Greg D. Moore says tables have no inherent order.

You would need to add an identity or timestamp column and order by
that.
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Sathesh Arumugam | last post by:
Client is sending data a,b,c using seperate send method to the server eg., Socket.Send('a') Socket.Send('b') Socket.Send('c') In the Server we are using Receive method to receive the incoming...
0
by: ?lafur Helgi R?gnvaldsson | last post by:
I'm building a server application which accepts socket connections and I ran into some problems. The socket is asynchronous and therefore uses the BeginXXX and EndXXX methods in the Socket class...
0
by: Shoveler | last post by:
I've got an odd problem here that I've been beating my head on for days. I've written a class that uses a pre-established connection for communication, meaning I can use this class for a server or...
5
by: Ole | last post by:
Hi I'm receiving data from another device that sends data in packages of 8000. In my application I use this code to receive the data: SizeReceived = MySocket.Receive(Buffer, 8000,...
17
by: lokidog | last post by:
I am trying to automatically transfer data from one textbox to another between subforms within a 'main' form. I put this code into the Gotfocus eventprocedure: Private Sub Date_GotFocus() If...
0
by: irfanullah | last post by:
I have written an application for Receiving Stock Market Feed over a 2 Mbps Connection with Exchange with average incoming data of 800kbps. The program works fine for sometime i.e. for an hour or...
1
by: Jason1983 | last post by:
I have a Search form which gets data from the tables that were filled from different forms earlier ....This data entered could be partial data....I mean for example... Name ---...
3
by: Joe Blauth | last post by:
Hi all, I am currently working on a small application that sends messages from a client to a server and receives messages in return. Basically the functionality is made with sockets which is...
5
by: Andrus | last post by:
Steps to reproduce issue: 1. Run code. 2. Enter some data to grid 3. Click other form caption 4. Click original form caption 5. Enter some characters Observed: entered characters are ignored
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.