Search the Community
Showing results for tags 'sql'.
Found 5 results
-
I've been trying for a few days now and I've had no success with getting this to work. What I'm trying to do is query a database and return the followings in the statement below. I am successfully connected and extDB3 is loaded. extDB3 Logs: [09:46:59:731388 +00:00] [Thread 6876] extDB3: SQL: Initialized: Add Quotes around TEXT Datatypes mode: 1 [09:46:59:731727 +00:00] [Thread 6876] extDB3: SQL: Initialized: NULL = "" Code: _dbcheck = "extDB3" callExtension "9:ADD_DATABASE:Database"; _protocolCheck = "extDB3" callExtension "9:ADD_DATABASE_PROTOCOL:Database:SQL:OurExampleSQLProtocol:TEXT"; _queryResult = "extDB3" callExtension "0:OurExampleSQLProtocol:SELECT * From persons"; hint _queryResult; // hints out "", NULL Help will be greatly apprciated!
-
extDB 3 recompiled (new Windows and Linux 64 bits binaries)
SteezCram posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hello everyone, Since the official repository is down, I created an archive repository. But with the new version of Arma, we have now a 64 bits server for Linux. As far as I know, nobody compiles extDB3 for 64 bits, so I decided to make it. Before that, I need to know how it works, so I decided to rebuild it on Windows. The DLL is compiled and works with the test tool (I replaced it and use a new TBBMalloc), but on my Arma 3 server, I have this error: the application is not a Win32 application. What I am missing here? I don't understand this, if anyone had already this problem in the past and resolve it, please answer me. Steez EDIT: maybe it's not the best category for this post -
Hello everyone, I have been looking around carefully and all over, but not managed to come across the specific script or code that I want for my mission. I was wondering if anyone knew a script or code with a specific use. - when you interact with an object in-game with a variable name to it, you get an option in scroll menu to activate it - when you activate it, you are sent into the cargo/passenger seat of a specific vehicle with a specific variable name Thanks in advance
-
Hey there! I am planning to create a mission for which I need some kind of database to show stats on a website. The best way would be a SQL-DB because I am familiar with SQL. But i honestly have no clue how to access the database within the SQF code. And the only thing I find on google is "How to set up a DB for Altis Life or Exile"... Does anyone knows how to do this? I would really appreciate the help :) Greetings Amazed
-
Need scripting help (SQL Related) Permanent placeables
ged100 posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hi so the placeable mod works all well and good http://www.altislife...rips-updated/ -i have modified it so houses can be placed by civs. So yeah they have their house all bought and then the server restarts and plop it goes. I need someone really good with connecting Arma3 to SQL so i need these houses to save when placed and load after a restart, Sounds complicated but it was done in dayz epoch building so im pretty sure it would be possible in arma 3 if anyone can provide any help at all i would be grateful i know base coding but i have never messed around with SQL to much and its hard to find anything on this.