NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 84 85 86 87 88 … 93 Next »
Sql search programming question

 
  • 0 Vote(s) - 0 Average
Sql search programming question
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#1
2004-11-18, 05:35 PM
OleDbCommand aCommand = new OleDbCommand("select name, start_time from programme where name like '" + stringToMatch + "%'", aConnection);

It works fine except when the string to match contains a '

any ideas?
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2004-11-18, 05:40 PM
Use

OleDbCommand aCommand = new OleDbCommand("select name, start_time from programme where name like '" + stringToMatch.Replace("'","''") + "%'", aConnection);

This is what I do in the video archiver plug-in.

Jeff
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#3
2004-11-18, 06:11 PM
Thank you that worked great.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Web API only_new Question Gazavant 6 2,681 2021-04-04, 06:54 PM
Last Post: sub
  Another Artwork question scJohn 15 8,161 2019-09-10, 05:33 PM
Last Post: nonob
  WEB API GuidService/Listing question(s) scJohn 6 4,282 2017-08-09, 02:18 PM
Last Post: scJohn
  skin question pBS 2 3,344 2016-06-18, 07:03 PM
Last Post: pBS
  Another SQL question bgowland 15 7,218 2014-05-21, 08:09 AM
Last Post: bgowland
  Any ideas about programming for Windows Firewall? bgowland 4 5,656 2014-04-10, 09:05 AM
Last Post: bgowland
  Timing.Info question mvallevand 2 2,069 2013-04-19, 03:54 AM
Last Post: mvallevand
  Roku channel for NPVR with Search & Schedule ioan 12 11,685 2013-03-31, 01:34 AM
Last Post: btpoole
  Multiple lists like in Search Screen cncb 7 3,256 2012-08-08, 09:11 PM
Last Post: cncb
  N-PVR db3 EPG_EVENT time format question bgowland 3 2,089 2011-03-12, 05:26 AM
Last Post: bgowland

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode