Forum: C++ 18 Days Ago |
| Replies: 3 Views: 230 this was probably a bad idea to begin with since i've never messed with multithreading or the sapi... but i got the sapi working on its own, but when I put it in its own thread it wont speak anymore.... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 136 oh, and they are running php5 right now |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 136 the hosting is free... they basically have to sit at the bottom of the barrel for help. Occasionally when the service center has problems with heat they will actually just shut his box off for awhile... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 136 I posted this earlier, but its not showing up now... sorry if I end up double posting.
Anyway, I got a problem with one of the main users of some php software I release.
They are getting errors... |
Forum: PHP Oct 6th, 2009 |
| Replies: 2 Views: 179 I've attempted googling this, but i'm not gearing my searches right or something cause i'm coming up with junk.
I have some php software I design that uses GD functions. One of my main users is on... |
Forum: Linux Servers and Apache Oct 5th, 2009 |
| Replies: 0 Views: 781 So i set out to do some rewrites today for a utility i'm building for people to use on their own servers. It involves generating dynamic images to be used on phpbb, but phpbb doesnt allow you to post... |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 2 Views: 576 I've poked around on google and haven't been able to find the answer, and I've poked around with min-width to try and solve the problem but had no luck.
I have a div, well say 500px with internal... |
Forum: MS Access and FileMaker Pro Jul 23rd, 2009 |
| Replies: 1 Views: 427 OK, i found the answer, I guess I was being hasty when i did it, here it is if anyone else stumbles onto this post needing help
Page1
SELECT TOP 50 phonenumber FROM users WHERE firstname = 'jim';... |
Forum: MS Access and FileMaker Pro Jul 23rd, 2009 |
| Replies: 1 Views: 427 So i'm used to using mysql, but i'm on a project right now that uses an access database, and I'm looking for a way to replace LIMIT. I googled around and found the information on TOP, but it doesnt... |
Forum: C++ Jul 23rd, 2009 |
| Replies: 7 Views: 247 I'll have to check out the multithreading stuff, i've never really messed with it, but that sounds like the answer. The reason for using msaccess is so the users don't have to install any software.... |
Forum: C++ Jul 22nd, 2009 |
| Replies: 7 Views: 247 sorry yeah, was a typo in post, it was correct in the code. I'm successfully getting values back from the database so the query is formatted ok.
here is a cut n paste of the query used for the... |
Forum: C++ Jul 22nd, 2009 |
| Replies: 7 Views: 247 Man, I hate having to get you guys to hold my hand through all this, but I've run into another problem. I have my ODBC connecting to a MS access database. This is all coded into a library that gets... |
Forum: PHP Jul 22nd, 2009 |
| Replies: 3 Views: 246 I've found some less than promising phpbb stuff, and i actually downgraded to phpbb2 to take advantage of an existing plugin I wanted to use that was incompatible with 3. |
Forum: C++ Jul 21st, 2009 |
| Replies: 4 Views: 548 Ok... the test code I wrote up at work today for ODBC worked right out of the box so I'm not gonna bother messing with ADO, i hear its a tad slower anyway and speed is my primary focus. |
Forum: PHP Jul 21st, 2009 |
| Replies: 3 Views: 246 anyone have a link to a good auction script. Something simple, no frills. I'm running phpbb2 and want to add an auction area. I looked at that phpbb-auction.com site, and it seems pretty delapidated,... |
Forum: Cellphones, PDAs and Handheld Devices Jul 21st, 2009 |
| Replies: 0 Views: 726 I have a PC with a little ATI tv tuner card in it, but I'm hooked up on digital cable. So.. to get all of my channels, and in a decent quality I have to hook my cable to a cable box, then from the... |
Forum: C++ Jul 21st, 2009 |
| Replies: 4 Views: 548 Did you just admit to using vista? JK, I'll check that when I get home, I hope that that's the problem. |
Forum: C++ Jul 21st, 2009 |
| Replies: 4 Views: 548 I've been wanting to use ADO in a c++ project i'm working on. I was having some errors on it, and have since reverted to ODBC but i'm finding it rigid, and frenquently frustrating to work with.
... |
Forum: C++ Jul 16th, 2009 |
| Replies: 3 Views: 280 Is the ADO library a default windows thing, or would my users need to install MS office, or an MSI to use it? |
Forum: C++ Jul 15th, 2009 |
| Replies: 3 Views: 280 I've done a little looking around and found a few different ways to do this, and I was looking less for technical help, and more for opinions before I dove into the code. The software I'm sending out... |
Forum: C++ Jul 14th, 2009 |
| Replies: 3 Views: 307 alright, the file i'm working with is a DLL, it doesnt have a main, but i'm assuming I can add one. I'm not 100% clear on what is making the DLL calls, here is a pretty basic example of the dll i'm... |
Forum: C++ Jul 14th, 2009 |
| Replies: 3 Views: 307 i'm a little back wards with my c++ knowledge. I kinda got thrown into a maintenance project on an existing project so I know how most of the software works, but I find myself lost on some simple... |
Forum: C++ Jul 13th, 2009 |
| Replies: 2 Views: 384 Thanks for the response, I did finally stumble onto that MySQL++ library yesterday. It's trying my patience but the multi line query stuff appears to be the answer.
Thanks. |
Forum: C++ Jul 9th, 2009 |
| Replies: 4 Views: 302 Are you just posting your homework assignments? Why take the class.... |
Forum: C++ Jul 8th, 2009 |
| Replies: 2 Views: 384 So I've got a server host that runs my MySQL 5.1 db. I have a stored procedure in it, its similar to
CREATE PROCEDURE CountUsersByFirstName(IN SearchName TEXT, OUT Count INT)
BEGIN
SELECT... |
Forum: VB.NET Mar 24th, 2009 |
| Replies: 1 Views: 476 alright I edited the send data a tad to try to correct his issues, but he still has a problem, tried this:
ValidationSocket.SendData "GET http://mytestserver.net/validate.php?user=" &... |
Forum: PHP Mar 24th, 2009 |
| Replies: 2 Views: 456 I have a VB application that connects to a PHP page for user validation, and I'm having some problems getting it to work for a particular user. I didn't wanna double post in both forums and Im not... |
Forum: Visual Basic 4 / 5 / 6 Mar 24th, 2009 |
| Replies: 0 Views: 278 I'm having a problem with one of my users being able to connect to a website using my VB app, i accidently posted it in the .net forum.
http://www.daniweb.com/forums/post831548.html#post831548 |
Forum: VB.NET Mar 24th, 2009 |
| Replies: 1 Views: 476 I have a VB program, in VB6 that is connecting to a website for validation of a user account. One of my users can't seem to get the thing working though.
He gave me his password and when I try it... |
Forum: Perl Feb 2nd, 2009 |
| Replies: 7 Views: 604 I don't think that would do it. Lemme give you a better example of whats being run here.
$item1=$ARGV[0];
$item2=$ARGV[1];
$item3=$ARGV[2];
$item4=$ARGV[3];
$myscript=$ARGV[3];
my... |
Forum: Perl Feb 1st, 2009 |
| Replies: 7 Views: 604 im working with some perl code, and im really unfamiliar with the language, and I have a situation. I'm working with a package of perl scripts for a game, there are about 4000 of them and counting.... |
Forum: Perl Feb 1st, 2009 |
| Replies: 3 Views: 327 sorry for the syntax errors in that, Its syntactically working correctly, just not sure why it adds the slashes every time it posts |
Forum: Perl Feb 1st, 2009 |
| Replies: 3 Views: 327 I'm writing this little page that lets you sort of have a conversation with a perl script, and i'm having a problem.
At the top of my php I access the perl script, with some text that the user... |
Forum: C++ Jan 10th, 2009 |
| Replies: 2 Views: 1,089 |
Forum: C++ Jan 10th, 2009 |
| Replies: 2 Views: 1,089 So I've got this piece of software that is written in C++. I also have a website hosted on hostgator with linux server i believe. I have a MySQL database with usernames and passwords.
What I want... |