Click here to Skip to main content
15,899,825 members
Home / Discussions / Database
   

Database

 
Questionextract an rtf field of firebird database Pin
gilvani21-Sep-09 9:17
gilvani21-Sep-09 9:17 
AnswerRe: extract an rtf field of firebird database Pin
Luc Pattyn21-Sep-09 9:55
sitebuilderLuc Pattyn21-Sep-09 9:55 
QuestionExport from SSMS 2008 to MsAccess 2007 Pin
suni_dotnet21-Sep-09 7:16
suni_dotnet21-Sep-09 7:16 
AnswerRe: Export from SSMS 2008 to MsAccess 2007 Pin
Eddy Vluggen21-Sep-09 21:13
professionalEddy Vluggen21-Sep-09 21:13 
QuestionGenerate a MAc adress with a stored procedure Pin
bluepoison21-Sep-09 2:39
bluepoison21-Sep-09 2:39 
AnswerRe: Generate a MAc adress with a stored procedure Pin
Abhishek Sur21-Sep-09 11:54
professionalAbhishek Sur21-Sep-09 11:54 
GeneralRe: Generate a MAc adress with a stored procedure Pin
bluepoison21-Sep-09 21:30
bluepoison21-Sep-09 21:30 
AnswerRe: Generate a MAc adress with a stored procedure Pin
Luc Pattyn21-Sep-09 12:06
sitebuilderLuc Pattyn21-Sep-09 12:06 
Hi,

Mac addresses are 8-byte (unsigned) numbers that typically get shown in hex with or without dashes in between bytes. You could hold their numeric value in a System.UInt64 (for .NET programming languages), show them with ToString("X16"), and handle them as NUMERIC in SQL according to this[^].

I think that beats the alternative of handling them as strings, since then you would have to implement some code to "hex increment" a string...

BTW: I would rather not have to store a range of MAC addresses, unless I were a manufacturer of network equipment that is.

Smile | :)

Luc Pattyn

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.

Local announcement (Antwerp region): Lange Wapper? Neen!


Questionunable to connect java with sql database to validate user login.......... Pin
elazor20-Sep-09 23:30
elazor20-Sep-09 23:30 
AnswerRe: unable to connect java with sql database to validate user login.......... Pin
Abhishek Sur21-Sep-09 11:56
professionalAbhishek Sur21-Sep-09 11:56 
QuestionOrder in database Pin
srikantha_nagaraj20-Sep-09 1:11
srikantha_nagaraj20-Sep-09 1:11 
AnswerRe: Order in database Pin
Eddy Vluggen20-Sep-09 1:37
professionalEddy Vluggen20-Sep-09 1:37 
GeneralRe: Order in database Pin
srikantha_nagaraj20-Sep-09 2:02
srikantha_nagaraj20-Sep-09 2:02 
GeneralRe: Order in database Pin
J4amieC21-Sep-09 1:44
J4amieC21-Sep-09 1:44 
GeneralCan someone justify their vote of 2? Pin
J4amieC21-Sep-09 4:13
J4amieC21-Sep-09 4:13 
GeneralRe: Can someone justify their vote of 2? Pin
Eddy Vluggen21-Sep-09 5:30
professionalEddy Vluggen21-Sep-09 5:30 
GeneralRe: Order in database Pin
i.j.russell21-Sep-09 5:28
i.j.russell21-Sep-09 5:28 
GeneralRe: Order in database Pin
Eddy Vluggen21-Sep-09 5:33
professionalEddy Vluggen21-Sep-09 5:33 
AnswerRe: Order in database Pin
stendulkar5420-Sep-09 12:22
stendulkar5420-Sep-09 12:22 
AnswerRe: Order in database Pin
Ashfield21-Sep-09 8:14
Ashfield21-Sep-09 8:14 
QuestionLog file of Database increases in every replication Pin
Abdul Rahman Hamidy18-Sep-09 23:57
Abdul Rahman Hamidy18-Sep-09 23:57 
AnswerRe: Log file of Database increases in every replication Pin
Eddy Vluggen19-Sep-09 1:31
professionalEddy Vluggen19-Sep-09 1:31 
GeneralRe: Log file of Database increases in every replication Pin
Abdul Rahman Hamidy19-Sep-09 1:35
Abdul Rahman Hamidy19-Sep-09 1:35 
Question[Message Deleted] Pin
anushh18-Sep-09 7:12
anushh18-Sep-09 7:12 
AnswerRe: Is there any possiblity to name tables in sql server Pin
Luc Pattyn18-Sep-09 7:49
sitebuilderLuc Pattyn18-Sep-09 7:49 

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.