Quantcast
Channel: Cycling '74 Forums » Tag: SQL - Recent Posts
Browsing all 19 articles
Browse latest View live

Writing to and reading an external MySQL database

I have an idea for a patch that involves writing data to an external server and pulling data from it. It would mean pulling data, checking it and writing it depending on certain things. Also it would...

View Article



Writing to and reading an external MySQL database

Max has a version of SQLite in it and there is also an ftm.sqlite implementation Hope that helps MM

View Article

Writing to and reading an external MySQL database

ftm.sqlite looks promising. But is there a way to write directly to a database stored on a server or can it only be done if it is saved locally?

View Article

Writing to and reading an external MySQL database

As to this being possible.. Quite possible. Java has (semi-) native support for MySQL through use of a JDBC driver. So it shouldn't be too hard to write an external in Java for this.You can grab the...

View Article

Writing to and reading an external MySQL database

That looks like the right sort of thing. And actually there is a version for C too, which would be perfect for me - http://dev.mysql.com/downloads/connector/c/Cheers. I'll give it a go with that.

View Article


read from textfile in js, insert into SQLite - beginner help

I'm trying to read a list of names and numbers that need to be associated with each other into an SQL database so that I can access them easily and assign bpatcher unique IDs to each name/number...

View Article

Ideas for a storage-system

Hey everybody,I'm thinking about a storage-system for quite a while now. The problem is that there are a lot of things still unclear to me so I don't really know how to move on. pattr and dict seem not...

View Article

SQL - What's possible?

Hey everybody,I was thinking about building a SQL database but am not sure what is possible to do with it.At the moment I have no idea about SQL but it seems like that it could offer a good...

View Article


SQL - What's possible?

Hi Alex,MaxMsp comes with a full SQLite installation. Which means that you do much more than just Storing Data. I.E. group data from different tables, searching for data with specific criteria, all...

View Article


SQL - What's possible?

here it is the article i meant: http://cycling74.com/2008/09/05/data-collection-building-databases-using-sqlite/

View Article

SQL - What's possible?

Hey Jan,thanks a lot! Also for the introduction links. That sounds quite nice.But what is very unclear to me is in which ways data from Max can be put into the database. In the example patches of the...

View Article

SQL - What's possible?

I figured out values from common Max objects can be accessed with the getvalue, setvalue message from C and Javascript.http://www.cycling74.com/sdk/MaxSDK-6.0.4/html/group__obj.html Javascript ->...

View Article

Ideas for a storage-system

You don't need to learn C to get a SQLite solution. There is SQLite built into Max. You can access it from a js object. Here is a tutorial which got me started into the subject...

View Article


pattrstorage to SQL on remote server and back

Dear Max peopleI'm working on a project where multiple users upload pattrstorage preset files (either .json or .xml) to a table in sql on a remote server (not within the Max application via SQLite)....

View Article

pattrstorage to SQL on remote server and back

I have a similar request, for a maybe not as complex use. I'd like to be able to connect pattrstorage to SQLite which is buiilt into Max already. The commands for the databases would be the same... I'd...

View Article


pattrstorage to SQL on remote server and back

Hi StefanI agree that what you are describing for pattrstorage would be useful however its not clear why you can't do everything you have mentioned with one pattrstorage. I wonder if your comment...

View Article

pattrstorage to SQL on remote server and back

The net.loadbang.sql machinery doesn't require drivers to be "installed" - it does require the JDBC drivers to be in your Java classpath, but then the rest of the libraries need to be in the classpath...

View Article


pattrstorage to SQL on remote server and back

Thanks Nick, sorry but programming jargon like "JDBC drivers to be in your Java classpath" tends to make my head spin. If I where to use the SQL bridge in the app and build it as a standalone that can...

View Article

pattrstorage to SQL on remote server and back

Hi maxers I just wanted to follow up by sharing what I have found so far.I've been using MySQLJDBC by Mark-David Hosale and it's pretty straight forward and well documented for those like myself who...

View Article
Browsing all 19 articles
Browse latest View live




Latest Images