Questions tagged [massive]

A single file database access tool based on .NET 4 dynamics made by Rob Conery.

Code and documentation: https://github.com/robconery/massive

99 questions
0
votes
0 answers

I need to output the desired value to a variable and then check by condition C#

I have this code: using System; using System.Globalization; using System.IO; namespace TimeTress { class Program { static void Main(string[] args) { var timelineCSV =…
Ilya Kvashnin
  • 127
  • 1
  • 7
0
votes
1 answer

How do connect my Node.js backend server to pgAdmin4 using massive?

I'm trying to connect my server to my pgadmin 4 database using massive. the pgadmin4 creditentails given to me are placed in a .env file. i passed the credentials through the massive method like so const {PORT, SESSION_SECRET,DBHOST,DBPORT, DBUSER,…
0
votes
1 answer

Query returns an empty array - why?

I am trying to get information from my PostGres database to be displayed on my frontend. I'm using react, axios for http requests, node with express for my server, massive for database interactions within the server. The current query, as I have it…
user8672583
0
votes
1 answer

req.app.get('db') is undefined when using Massive JS in my Node Application

I am building a Node application using Express, Massive JS, and Postgresql. I was using sequelize but decided to try Massive JS, so I started converting my code to use it. I have a login endpoint that I'm trying to reach from my Angular 5 app and I…
Max Jacobson
  • 312
  • 3
  • 12
0
votes
0 answers

The size of the cache line is level 2 - C ++

I'm writing a program to determine the size of the second-level cache line, I used the article http://igoro.com/archive/gallery-of-processor-cache-effects/. But I have completely different results. Through the Coreinfo program, I learned that the…
Larteezy
  • 1
  • 1
0
votes
3 answers

Why 'datas' array is always empty?

My code $.getJSON('/load4', function (data) { for (var i = 0; i < data.length; i++) { var counter = data[i]; datas.push([counter.Id, counter.login.substr(0, 25),'3', counter.hash , 'MA']); } …
ttt
  • 401
  • 2
  • 4
  • 17
0
votes
1 answer

Switching foreign keys of two rows

I am working on a site where users can trade items with other users. Upon completion of a trade, I need to change the owner of the items. My 'items' table has a foreign key referencing the user. Given two item id's, how can I switch the foreign keys…
galaxy233
  • 39
  • 1
  • 5
0
votes
0 answers

javascript massive field get elements

i have that code here: Untitled