Click here to Skip to main content
15,890,932 members
Home / Discussions / Database
   

Database

 
AnswerRe: conversion Pin
Eric Dahlvang19-Jun-06 5:14
Eric Dahlvang19-Jun-06 5:14 
GeneralRe: conversion Pin
r.stropek20-Jun-06 23:42
r.stropek20-Jun-06 23:42 
GeneralRe: conversion Pin
Eric Dahlvang21-Jun-06 4:44
Eric Dahlvang21-Jun-06 4:44 
Questioninsertquery Pin
pavan kumar.p19-Jun-06 4:37
pavan kumar.p19-Jun-06 4:37 
AnswerRe: insertquery Pin
Colin Angus Mackay19-Jun-06 5:50
Colin Angus Mackay19-Jun-06 5:50 
QuestionCONVERT() Function Pin
NICE TO MEET19-Jun-06 1:05
NICE TO MEET19-Jun-06 1:05 
AnswerRe: CONVERT() Function Pin
vivek-g20-Jun-06 23:45
vivek-g20-Jun-06 23:45 
QuestionBest way of searching XML [modified] Pin
__makaveli__19-Jun-06 0:44
__makaveli__19-Jun-06 0:44 
I have a system which uses dynamic forms generated from XML, it saves the results in XML to a seperate table and combines the two on reload but I need a fast way of searching the XML and looking for suggestions, the data is stored like this:

<field name="<fieldname>" value="<somevalue>">

I was thinking of using something like:

SELECT * FROM xmldatatable WHERE xmldata LIKE 'value="%<searchterm>%"';

Would this be acceptable? I would imagine it would start to get very slow once the record numbers start increasing?


(Using PostgreSQL 8.1)
AnswerRe: Best way of searching XML Pin
rittjc20-Jun-06 2:38
rittjc20-Jun-06 2:38 
Questiontrim in select stmt Pin
bony_baba18-Jun-06 21:27
bony_baba18-Jun-06 21:27 
AnswerRe: trim in select stmt Pin
Reza Raad18-Jun-06 23:34
Reza Raad18-Jun-06 23:34 
Questionhow to show date in access table?? Pin
areon2518-Jun-06 19:45
areon2518-Jun-06 19:45 
QuestionInserting a Row - Returning the ID Pin
AJ12317-Jun-06 22:40
AJ12317-Jun-06 22:40 
AnswerRe: Inserting a Row - Returning the ID Pin
AJ12317-Jun-06 23:09
AJ12317-Jun-06 23:09 
Questionhow to give a name to the result table Pin
TheBeginner7717-Jun-06 22:39
TheBeginner7717-Jun-06 22:39 
AnswerRe: how to give a name to the result table Pin
Paul Brower19-Jun-06 4:06
Paul Brower19-Jun-06 4:06 
Questionusing "ntext" (data type in SQL Server) Pin
leanhsang17-Jun-06 18:53
leanhsang17-Jun-06 18:53 
AnswerRe: using "ntext" (data type in SQL Server) Pin
Dinuj Nath17-Jun-06 19:59
Dinuj Nath17-Jun-06 19:59 
QuestionSQL Server Function Dynamic Column Pin
smarttom9917-Jun-06 6:25
smarttom9917-Jun-06 6:25 
AnswerRe: SQL Server Function Dynamic Column Pin
r.stropek20-Jun-06 23:47
r.stropek20-Jun-06 23:47 
Questionsorting Pin
militiaware17-Jun-06 5:48
militiaware17-Jun-06 5:48 
AnswerRe: sorting [modified] Pin
Colin Angus Mackay17-Jun-06 6:11
Colin Angus Mackay17-Jun-06 6:11 
AnswerRe: sorting Pin
Eric Dahlvang19-Jun-06 5:38
Eric Dahlvang19-Jun-06 5:38 
Questionconnect to remote database Pin
militiaware16-Jun-06 22:27
militiaware16-Jun-06 22:27 
AnswerRe: connect to remote database Pin
Colin Angus Mackay17-Jun-06 2:41
Colin Angus Mackay17-Jun-06 2:41 

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.