Click here to Skip to main content
15,887,135 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database redesign Pin
Rob Graham16-Jul-05 7:55
Rob Graham16-Jul-05 7:55 
GeneralRe: Database redesign Pin
Anonymous18-Jul-05 6:20
Anonymous18-Jul-05 6:20 
GeneralImport data to SQL server Pin
cberam14-Jul-05 1:06
cberam14-Jul-05 1:06 
GeneralRe: Import data to SQL server Pin
phokojoe14-Jul-05 2:35
phokojoe14-Jul-05 2:35 
GeneralRe: Import data to SQL server Pin
Vasudevan Deepak Kumar15-Jul-05 3:03
Vasudevan Deepak Kumar15-Jul-05 3:03 
GeneralChange SQL Server startup account to SA Pin
Toms Edison14-Jul-05 0:40
Toms Edison14-Jul-05 0:40 
GeneralRe: Change SQL Server startup account to SA Pin
Colin Angus Mackay14-Jul-05 2:35
Colin Angus Mackay14-Jul-05 2:35 
General<help me>Access Pin
vtalau13-Jul-05 23:43
vtalau13-Jul-05 23:43 
Help me
I have a trouble again with M.Access. I have a combo-box on a form, and this combo-box has the responsibility on showing the Query which creates the 4-column table, including Company,Name,Address and ClientID.

My purpose is that I want to show this Query in the combo-box in the order A-Z, before the blank company items.
My solution:
I create a query like below:
select .........
from nhanvien
where company is null
union
select .........
from nhanvien
where company is not null
However, the result isn't right like my hope. I think that the reason is because of the order of the ClientID which is the primary key...As a result, the destination query automatically sorts on the ClientID order.
Thinking of the solution :
I don't know how to do to archieve that result. I think so much about the SQL sentence of the above query. I believe that there's another SQL sentence helping me to solve this problem. I'm very happy whether you give me a SQL sentence to do that or another solution to obtain the same result ....

Thanks so much <vtalau>
GeneralRe: &lt;help me&gt;Access Pin
Rob Graham16-Jul-05 8:33
Rob Graham16-Jul-05 8:33 
GeneralDatabase access error Pin
neoms2113-Jul-05 20:19
neoms2113-Jul-05 20:19 
GeneralRe: Database access error Pin
Christian Graus14-Jul-05 11:32
protectorChristian Graus14-Jul-05 11:32 
GeneralRe: Database access error Pin
neoms2114-Jul-05 17:49
neoms2114-Jul-05 17:49 
GeneralRe: Database access error Pin
Christian Graus14-Jul-05 17:53
protectorChristian Graus14-Jul-05 17:53 
GeneralRe: Database access error Pin
neoms2115-Jul-05 1:29
neoms2115-Jul-05 1:29 
Generalbulk import of data through C# Pin
PSI@work13-Jul-05 8:33
PSI@work13-Jul-05 8:33 
GeneralRe: bulk import of data through C# Pin
Christian Graus14-Jul-05 11:34
protectorChristian Graus14-Jul-05 11:34 
Generalhelp me...Access Pin
vtalau12-Jul-05 23:47
vtalau12-Jul-05 23:47 
GeneralRe: help me...Access Pin
Marc Soleda19-Jul-05 20:58
Marc Soleda19-Jul-05 20:58 
Generalcall dts package Pin
hakanaktan12-Jul-05 20:35
hakanaktan12-Jul-05 20:35 
GeneralRe: call dts package Pin
Albert Pascual13-Jul-05 5:02
sitebuilderAlbert Pascual13-Jul-05 5:02 
GeneralThanx Pin
hakanaktan14-Jul-05 21:13
hakanaktan14-Jul-05 21:13 
Generaljoin tables form two odbc datasources Pin
xrado12-Jul-05 19:27
xrado12-Jul-05 19:27 
GeneralRe: join tables form two odbc datasources Pin
ToddHileHoffer13-Jul-05 10:36
ToddHileHoffer13-Jul-05 10:36 
GeneralGetRows Pin
DaveHuber12-Jul-05 9:59
DaveHuber12-Jul-05 9:59 
GeneralRe: GetRows Pin
Christian Graus12-Jul-05 13:38
protectorChristian Graus12-Jul-05 13:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.