Search found 256 matches

by KennyR
Wed Apr 16, 2014 9:48 pm
Forum: Databases
Topic: SQL and Blob question
Replies: 10
Views: 8961

Re: SQL and Blob question

After doing some thinking about it I wonder if I have to allow the document to be opened up in a wordprocessing program instead of a field in order to keep its formatting....
by KennyR
Wed Apr 16, 2014 7:46 pm
Forum: Databases
Topic: SQL and Blob question
Replies: 10
Views: 8961

SQL and Blob question

Ok...I have been reading all the posts regarding submitting binary data to a blob field in a SQL database, and from what I can tell, I have been able to add binary data. The issue I am having, I think, is retrieving the original formatting of the binary data (font, color etc) when the data is being ...
by KennyR
Thu Apr 10, 2014 4:06 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

im an idiot
errorLog.zip
(19.46 KiB) Downloaded 268 times
by KennyR
Thu Apr 10, 2014 3:08 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

hey guys sorry for the long delay but the forums were messed up on my end for a day....wouldn't allow me to log in....seems to be fixed now...anyhow, here is the crash log compressed the CORRECT way!
errorLog 3.zip
(19.46 KiB) Downloaded 246 times
by KennyR
Wed Apr 09, 2014 3:14 am
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Well I guess If I was to have hundreds of thousands of records to query it could cause some latency issues with the program though...seeing that I am only going to have a few dozen messages at best at one time, querying the DB shouldn't be an issue...but I like your idea.... :P
by KennyR
Wed Apr 09, 2014 12:53 am
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

I'm going to give that a try....I'll let you know how it goes....thanks as always Simon
by KennyR
Wed Apr 09, 2014 12:20 am
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Simon...so you are saying that instead of checking the DB itself, I would be checking a txt file on the server instead? And then if the time is different in the text file on the server vs the local copy of the txt file held on the users system, THEN it would query the DB with the messages? Now about...
by KennyR
Tue Apr 08, 2014 11:49 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Hey! I just give what I get! :D
by KennyR
Tue Apr 08, 2014 11:06 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Ok I decided to go with the send in time option and all is working as expected. BUT there is a major crash when I attempt to query the DB using my home internet connection. I have no problems querying the DB using another internet connection, but when I connect with my home connection it crashes the...
by KennyR
Tue Apr 08, 2014 2:06 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Yes you are correct...The receiving nodes are checking for new messages over a given time period....much like a push for new messages on IOS....The send in time command is the next thing I am going to check out...I appreciate the link...Im going to check it out now...and thank you for the code...
by KennyR
Tue Apr 08, 2014 12:34 pm
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Re: Query SQL db often

Hi gentlemen....Thanks for taking the time to help....TRIGGERS! It is so funny you suggested using a trigger because right before I went to bed last night, I thought about triggers and looked it up online to see what they were....(I'm still learning about SQL obviously). I will give that a shot toda...
by KennyR
Tue Apr 08, 2014 7:18 am
Forum: Databases
Topic: Query SQL db often
Replies: 20
Views: 10997

Query SQL db often

What is the best method for querying a db in a repeated time frame to check for changes in the tables? Currently I use a loop to query the database but it seems to hang and crash my program often. I just want to periodically check for changes while the program runs. I use a MySQL db on go daddy.com ...
by KennyR
Mon Apr 07, 2014 3:43 am
Forum: Databases
Topic: mySQL database access with ports
Replies: 6
Views: 5390

Re: mySQL database access with ports

Sorry for not responding quickly but been working....I actually figured out it was my router screwing things up...I haven't investigated why yet, but I'm going to work on it this week. I tried another internet connection and found all was working as expected...thanks for all the help! U guys rock!
by KennyR
Fri Apr 04, 2014 6:44 pm
Forum: Databases
Topic: mySQL database access with ports
Replies: 6
Views: 5390

Re: mySQL database access with ports

now you know how I feel!!!! :P Well I am not having any luck here...I was able to connect to the server before they moved to Plex....I contacted support and told them what I was attempting and they said all should be good....just use the address along with the port number and I would be good to go.....
by KennyR
Fri Apr 04, 2014 6:38 pm
Forum: Databases
Topic: mySQL database access with ports
Replies: 6
Views: 5390

Re: mySQL database access with ports

Hey Klaus....Yeah goDaddy has always allowed direct connect as far as I know...I changed the case and still no luck...I was wondering though....does LC support database types InnoDB and MyISAM? These are they types of DB I am using....

Go to advanced search