Microsoft
Software
Hardware
Network
Question : query from US
when the foll is run and you just get 'text' as output, what is wrong in the syntax?
select text from user_source where name = 'DataInsert'
thanks
Answer : query from US
The syntax looks okay.
Is "text" underlined? It sounds like you are seeing the column heading only, but not the text of the source.
Try entering the name in upper case:
select text from user_source where name = 'DATAINSERT'
Random Solutions
vmware - independent disks
Recycler folder in a network drive
Understanding encryption algorithms
Security Warning Pop Up in IE8
LinkSys WAG54G VPN
SHGetPathFromIDList(IntPtr
, String^); API in VC++.net Not working please tell me where i am wrong
New user account problems...
Delay window open on click with JQuery
Debian Linux apache2
How to make a video file play at specific scene in Silverlight, say like when time is 00:30 seconds?