I am currently working on mongodb with docker on windows (windows containers). I created my Database and I have been inserting info in it for about a month now . But I have to share that specific database with my coworkers . Unfortunately when exporting an image of my container it didn’t have the database ..
Category : database
I have ORA-00933 error message. temp is struct, which stored values from cin. Do you have any idea how to solve this problem? try { Statement* stmtEmp = conn->createStatement("INSERT INTO employees (employeenumber, lastname, firstname, extension, email, officecode, reportsto, jobtitle) VALUES ( :1, :2, :3, :4, :5, :6, :7, :8);"); stmtEmp->setInt(1, temp->employeeNumber); stmtEmp->setString(2, temp->lastName); stmtEmp->setString(3, temp->firstName); ..
I’ll do my best to replicate this issue, since it’s quite complicated. As an overview, I have a program that displays graphs using OpenGL. This is thread specific so I know the rendering is only done on one thread. My other thread queries a database and stores the data in a copy vector. Once the ..
I’m trying to build a windows service, using VB.NET that grabs new data from 4 different SQL databases via the network which I’ve already given DSN using ODBC for each DB. So far I was able to create a simple windows service but it’s not doing what I’m trying to do. My end goal is ..
I’m trying to build a windows service("Event Collector"), using VB.NET which grabs data from 4 different SQL databases from the network which I’ve already given DSN using ODBC for each DB. So far I was able to create a simple windows service which prints "1 sec is over!" every second. My end goal is to ..
I’m trying to compare all column data against a const char to see if the name in the column matches the player name that is connected to the game server. The comparison in the spaghetticode below does not work properly and results in new rows being made even if the player name already exists in ..
I am installing griddb on windows as per below link https://griddb.org/python_client/cmake_build_guide.html In step 1.3.2 Install python it is mentioned that Set path for PYTHON_RESOURCE in CmakeList.txt I am not able to locate CmakeList.txt file. where to find that? Source: Windows..
I am writing a c program. It needs to store data online. Please any one suggest me for a good online database like firebase for android, ios and web. it’s need to support c and c++ programs… Source: Windows Que..
I have an Access database, within it there are 2 tables. One has the raw data, one has that same data plus an extra field that formats the date, for example, table 1 has 20200101 and table 2 has 2020-01-01. I have a query on each of these tables, and they output the same result, ..
I have a MS Access Database with a table of data. Within my Access program, I made a query that organises the tables’ data in a format that my C++ program can easily use. In the program I need to get data from this where a field’s name is "apple" for example. Using this in ..
Recent Comments