Click here to Skip to main content
15,908,175 members
Home / Discussions / Database
   

Database

 
Generalmysql with asp.net Pin
hazzem elrefai11-Oct-04 1:48
hazzem elrefai11-Oct-04 1:48 
GeneralRe: mysql with asp.net Pin
Colin Angus Mackay11-Oct-04 2:33
Colin Angus Mackay11-Oct-04 2:33 
GeneralRe: mysql with asp.net Pin
Gavin Jeffrey11-Oct-04 3:27
Gavin Jeffrey11-Oct-04 3:27 
GeneralRe: mysql with asp.net Pin
Vasudevan Deepak Kumar13-Oct-04 2:35
Vasudevan Deepak Kumar13-Oct-04 2:35 
GeneralSQL query required Pin
Imtiaz Murtaza10-Oct-04 1:54
Imtiaz Murtaza10-Oct-04 1:54 
GeneralRe: SQL query required Pin
suzyb11-Oct-04 1:04
suzyb11-Oct-04 1:04 
GeneralRe: SQL query required Pin
Michael Potter11-Oct-04 3:18
Michael Potter11-Oct-04 3:18 
GeneralRe: SQL query required Pin
mysorian14-Oct-04 18:38
professionalmysorian14-Oct-04 18:38 
The principle of the procedure I have worked out may appear convoluted but it works.
--------------------------
I start with my table:
octx has:
1 India
2 Japan
3 Brazil
------------
xid xname
------------
xid: Primary Key
====================
I create a table:
octy which has:
---------------------
101 y1 1
102 y2 2
103 y3 3
yid yname Idx
--------------------
yid: Primary key
Now I update octy such that:
yname=xname [xname selected from octx such that
octx.xid=octy.Idx.]
-----------------------
This makes the octy as follows:
101 India 1
102 Japan 2
103 Brazil 3
--------------
Now I alter octy to drop the Idx column
-----------------------------
The transformation is complete.
A batch routine can be written to make this happen.

mysorian
GeneralMemo field not returning more than 256 characters. Pin
brdavid9-Oct-04 8:26
brdavid9-Oct-04 8:26 
GeneralRe: Memo field not returning more than 256 characters. Pin
Nemanja Trifunovic9-Oct-04 8:36
Nemanja Trifunovic9-Oct-04 8:36 
GeneralRe: Memo field not returning more than 256 characters. Pin
brdavid9-Oct-04 12:13
brdavid9-Oct-04 12:13 
GeneralRe: Memo field not returning more than 256 characters. Pin
EdbertP11-Oct-04 20:43
EdbertP11-Oct-04 20:43 
GeneralRe: Memo field not returning more than 256 characters. Pin
brdavid12-Oct-04 0:26
brdavid12-Oct-04 0:26 
GeneralRe: Memo field not returning more than 256 characters. Pin
EdbertP12-Oct-04 14:31
EdbertP12-Oct-04 14:31 
Generalmssql : INFORMATION_SHEMA.COLUMNS DATA_TYPE problem Pin
frakk9-Oct-04 3:38
frakk9-Oct-04 3:38 
GeneralORDER BY myColumn (myVariable) Pin
David Fawn9-Oct-04 1:38
David Fawn9-Oct-04 1:38 
GeneralRe: ORDER BY myColumn (myVariable) Pin
David Fawn9-Oct-04 2:57
David Fawn9-Oct-04 2:57 
GeneralHelp! ADO, OLE DB, and MS Access Pin
CherezZaboro8-Oct-04 9:57
CherezZaboro8-Oct-04 9:57 
GeneralRe: Help! ADO, OLE DB, and MS Access Pin
Vasudevan Deepak Kumar9-Oct-04 1:44
Vasudevan Deepak Kumar9-Oct-04 1:44 
QuestionHow to declare First Record of file? Pin
DotNet8-Oct-04 2:47
DotNet8-Oct-04 2:47 
AnswerRe: How to declare First Record of file? Pin
sreejith ss nair8-Oct-04 5:46
sreejith ss nair8-Oct-04 5:46 
GeneralRe: How to declare First Record of file? Pin
DotNet8-Oct-04 5:52
DotNet8-Oct-04 5:52 
GeneralRe: How to declare First Record of file? Pin
Colin Angus Mackay8-Oct-04 9:35
Colin Angus Mackay8-Oct-04 9:35 
AnswerRe: How to declare First Record of file? Pin
rajla10-Oct-04 21:02
sussrajla10-Oct-04 21:02 
GeneralRe: How to declare First Record of file? Pin
DotNet10-Oct-04 21:48
DotNet10-Oct-04 21:48 

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.