473,543 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
11
9,316
thread by: jrol | last post Apr 15 '22 by: zmbd
I have a question as to the best way to go about solving a problem. MS Access. I have query with the following fields place, date, payment, frequency aaaa, 1/1/2022, 1000, monthly aaaa, 2/2/2022, 1000, monthly bbbb, 1/1/2022, 12000, annual bbbb, 2/1/2022 0 , annual cccc, 1/1/2022, 4000, ...
5
8,056
thread by: JXWD | last post Apr 15 '22 by: NeoPa
Hi I have tried all kinds of formats and syntax I just can't get DateAdd to work with ODBC drivers... System Windows NT PICWEB01 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) i586 ODBC library Win32 ODBCVER 0x0350 EG Too few parameters. Expected 1. SELECT DATEADD ("dd", -2, '#1969-12-31 20:00:00#') AS NextCalibration FROM...
0
8,246
thread by: lanliddd | last post Apr 15 '22 by: lanliddd
lancet is a comprehensive, efficient, and reusable util function library of go. This release v2.0.0, which upgrade to go1.18, applies generics to rewrite most of the functions. At the same time, 70+ functions have been added. Feature - 👏 Comprehensive, efficient and reusable. - 💪 250+ go util functions, support string, slice, datetime, net,...
0
8,513
thread by: Lmfdevcontain | last post Apr 15 '22 by: Lmfdevcontain
I know, that all (well most) microsoft executables are made with iexpress. So, the question is: How do I make an executable without iexpress?
0
7,693
thread by: bitten | last post Apr 14 '22 by: bitten
Hello. I have a problem-saving an image file using c# in Windows Forms App. Environment MS visual and windows 11. Clip of code where exception appears.(I clipped what I believe is the involved part). private void saveImage2() { if (System.IO.File.Exists(@"D:\bilder\temp.png")) ...
2
17,873
thread by: junedadenwalla | last post Apr 14 '22 by: adamvinh
Hello all, I am sorry if this question is out topic but I wanted to ask from where can I start learning game development in HTML & CSS. any Idea please reply to this post. Thanks & Regards Juned Adenwalla,
3
8,794
thread by: Vaulcul | last post Apr 13 '22 by: WannaKatana2
Hello, I have an Access database where I'm importing book/journal publication data from JabRef in a CSV format. When I import the data to Access one of the odd things that happens is that the page numbers are given two hyphens in between them, so the data in the "pages" column in Access would look something like "200--213" I need to be able...
1
30
thread by: Russelco | last post Apr 13 '22 by: thatware
Hi DevOps professionals! : I am looking for beta testers to join our DevOps expert feedback exchange. My team and me interested in getting feedback from professionals who are genuinely passionate about PostgreSQL, MS SQL, ORACLE ETC, test data management and data migration in order to create a meaningful test environment. Reply or comment if...
2
7,492
thread by: AlexandraMT | last post Apr 13 '22 by: puananiila99
Nodemailer creators say that it makes sending an email a piece of cake. Let’s see if they are talking about cooking or eating 🙂 The idea of this article is to explain how to use Nodemailer for email sending. We will focus mainly on SMTP and HTML aspects but will also do an overview of all Nodemailer capabilities. Besides, this tutorial will help...
1
10,277
thread by: cosinus | last post Apr 13 '22 by: zmbd
I'm totally new to Python. Just trying to figure out how to pick few, but not the same (unique by ID) winners from the .csv file. Anyone could help? Here's my code that choose only one winner: https://pastebin.com/89TuvxuZ What have I tried - edited the generation function to make it choose 5 winners (unfortunately, it didn't worked):...
0
6,904
thread by: TatsianaIsakova | last post Apr 11 '22 by: TatsianaIsakova
Lately, I've been thinking about the limitless opportunities AI offers to healthcare. Do you think our medical service will become automated any time soon?
1
10,981
thread by: bigbabo | last post Apr 9 '22 by: dev7060
I saw this task at a programming competition at our university and since then I can't get rid of it. I somehow can't figure out which logical conclusion to make. We have given two methods: Once a 4 bit Adder, where I pass two 4 bit numbers as a String. As return value I get the addition and a carry bit in a string array, where in the...
1
9,819
thread by: kaijoh26 | last post Apr 9 '22 by: dev7060
#include <stdio.h> #include <stdlib.h> /*ADJACENCY MATRIX*/ int source,X,Y,time,visited,Z; void DFS(int p) { int q; visited=1; printf(" %d->",p+1); for(q=0;q<X;q++)
1
8,757
thread by: Marvin89 | last post Apr 9 '22 by: dev7060
https://i.stack.imgur.com/3xA4y.png Hey guys! Please help me, I would like to know if there is any way for vscode to provide the intellisense of attributes inherited from another class, as Pycharm does, in Vscode I can only access such attributes using a class like the example above. I want this way, like Pycharm does:...
1
10,857
thread by: ame5577 | last post Apr 9 '22 by: dev7060
Dear Community a pleasure to greet you, I am reading several HoldinRegister type registers for that I am using easymodbus in total will be 150 registers that must be read and saved each time a Coil type register changes from 0 to 1, the reading of these registers is done as follows: public static void main(String args) throws Exception { ...
1
9,656
thread by: perto1 | last post Apr 9 '22 by: dev7060
Hi, I am a first semester student, learning the OOPs basics. I need help for a program: class Message{ public: void input(); int output(); private: long token_number;// next token to be given to client };
0
8,926
thread by: jiraka7 | last post Apr 8 '22 by: jiraka7
I would need help creating models and views for my project. I need a model that will extend the auth.user model that I use to authorize users. There should also be three int columns, game1-score, game2-score, and game3-score, in this model, into which I will insert data using views. I need to make sure that the logged-in user is found in views and...
1
8,220
thread by: Spooky Man | last post Apr 8 '22 by: sandeep002
*I am trying to find code to check if four or more 1's, or 2's are next to each other in the 2d list and then return my win function as true Here is the code below ` # Connect Four # 2d list # Connect Four
1
6,527
thread by: priyamtheone | last post Apr 6 '22 by: priyamtheone
I'm broadcasting an intent in my app and receiving it with a broadcast receiver. I can handle the broadcasting and receiving. No problem with that. However, I want to register the receiver completely programmatically instead of doing it in the manifest file. Notice, that in the manifest file, there are two attributes of the receiver...
1
7,959
thread by: Teri B | last post Apr 5 '22 by: Nauticalgent
Guys I have a Parent form that links to my child form. My parent form is the user details the field I am working with is the Contact ID Field. So what I am doing is the user opens the form from a search window they select the contact and the contact ID field populates their details Name, address, phone etc. The sub for which is imbedded...
0
6,723
thread by: iainmaoileoin | last post Apr 4 '22 by: iainmaoileoin
I am developing an WW2 radar display, C on a PI and on a MAC and UBUNTU. Glut does me a good job - portable and fairly efficient. BUT in my system the "background" of the display has various static circles and text - range circles and text for the distances. This data does not change from frame to frame, but I end up drawing it every...
21
2,623
thread by: r035198x | last post Apr 4 '22 by: tonosmp3
Seriously, have we met before 'cause I don't remember any of you?
6
9,677
thread by: SunnyTaru | last post Apr 3 '22 by: NeoPa
Hi I am having issue with New record " #ERROR " The logic works fine except that on the new record row it displays #Error. I know it's doing that because the EOIDate and EOIDueDate is blank as (New) and will be so until a new record is entered. Is there a way that I can get it to show blank (or 0) for the new record row? EOI due date is auto...
0
6,163
thread by: Alex B | last post Apr 2 '22 by: Alex B
System.DirectoryServices.dll file has been added successfully to Visual C++ MFC project through References in Solution Explorer using namespace System.DirectoryServices;//line 1268 void CClassName::MethodName(){ ... DirectorySearcher* directorySearcher = new DirectorySearcher();//line 1701 directorySearcher->Timeout = 60000;//line...
1
6,530
thread by: TMatharu | last post Apr 2 '22 by: NeoPa
Hello Experts, Kindly provide guidance on how an append query with multiple criteria can be formed, this to append four fields data from Table A to Table B and Table B can have duplicates for 3 fields but one field has to be different. In the fields mentioned below the DocStatus will always different. PrjectID MemberID MemberStatus ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.