473,544 Members | 2,458 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.
 
0
5,368
thread by: PGSQL1 | last post Feb 21 '22 by: PGSQL1
Hi Team, We have used PG_DUMP to take backup of particular database from the PostgreSQL Server. It takes too long to restore the databases , which has Half Billion records (almost 8 Hour) My primary need is to make the Differential and Incremental backup on the Windows Server. When I search there is a tool Barman and...
0
5,704
thread by: PGSQL1 | last post Feb 21 '22 by: PGSQL1
Our software configurations are below Database: PostgreSQL 14.1 Version OS: Windows Server 2019 We have taken the database backup from PgAdmin 4.0. Per day almost 4.5 Million records will be inserted on my database, so we need the differential and incremental backup option In Microsoft SQL Server there is an option to take...
1
4,616
thread by: williamson1979 | last post Feb 21 '22 by: NeoPa
Currently I have a report created from a query with a filter based on a single unbound listbox which is working. I tried to add a second unbound listbox for additional filtering but it is not functioning - no errors just literally seems to do nothing. The code that does nothing is a replica of the posted working code with exception of the control...
24
7,803
thread by: williamson1979 | last post Feb 20 '22 by: williamson1979
Hello, I'm trying to set the visibility of controls in a subform with a combobox in the main form. I had it working but i needed to move some table fields from the sub to the main. Ive tried researching but Ive had no luck in finding an answer that is related to the controls directly. This is what previously worked when the combobox was on the...
0
1,914
thread by: AnderAI | last post Feb 20 '22 by: AnderAI
Hi everyone, I’m currently writing a PhD about software (tailored made) development contracts. As a lawyer, I’m trying to understand an engineer’s point of view in a contractual relationship, and particularly, what developers/engineers struggle with during a software development project. The aim of my research is to find the best solution in...
0
4,966
thread by: CoderNitai | last post Feb 19 '22 by: CoderNitai
Dim vNumber As Double Function NumberToWords(ByVal vNumber As Long, Optional BlankIfZero As Boolean) As String Select Case Number Case 0
8
11,584
Alireza355
thread by: Alireza355 | last post Feb 19 '22 by: Freddyboy
Dear all, Is there a way to have a little indentation in a textbox in a subform in datasheet view? I tried this: =" " & in the recordsource, but I keep getting an error.
6
7,195
thread by: Thomas Bea | last post Feb 18 '22 by: NeoPa
Hello. I have a memo field that has is timestamped. I need the field to indent past the date and time. The field looks like this: 10/11/2010 2:48:14 PM Talked to lady stated that Defendant was at place of employment yesterday..... 10/11/2010 2:48:17 PM Status is: Closed I want it to look like this: (Minus the'------')
0
387
thread by: pradyumnajpn | last post Feb 18 '22 by: pradyumnajpn
Hi folks.. Novice in scripting..need your help pls. I dont know also for this which scripting will be good also. Please point me somewhere I can start with wanted to generate a log file . log file should have deliminated with "|" and 100 lines each file and each line should be of 400 bytes. Input File: data : 20220101 time : 00:10:10 Pid...
0
806
thread by: pradyumnajpn | last post Feb 18 '22 by: pradyumnajpn
Hi folks.. Novice in scripting..need your help pls. I dont know also for this which scripting will be good also. Please point me somewhere I can start with wanted to generate a log file . log file should have deliminated with "|" and 100 lines each file and each line should be of 400 bytes. data : 20220101 time : 00:10:10 Pid : 3500...
0
372
thread by: Sathees82 | last post Feb 17 '22 by: Sathees82
Hi Sir, in Ms Access i made to view the report on click open report print preview ,where condition for 1 combo selection like ! Between !! And !!. this is for one selection. how to put cmd for 2 or 3 selection combo.( like select Empoyee ID , month and years to view their individual timesheet ) please need your help
1
24,709
thread by: Adam726 | last post Feb 16 '22 by: Thierry42
I am using postgresql 10, and when I created a table with two variables, the lock signs(shows read-only column) were shown on the columns. I am not sure if it is a reason that makes me can not import csv file into table. if so, how can I remove that? https://i.stack.imgur.com/kIiRX.png
0
448
thread by: veerablog | last post Feb 16 '22 by: veerablog
I want store backup file via Mulesoft on Heroku Hdrive bucket. I've configured a private S3 bucket but I'm not able to connect Mulesoft (throught S3 Connector) neither via S3 Browser client. In attach the access error from Mulesoft. What can I do ? Thanks in advance.
7
15,207
thread by: programmingflea | last post Feb 15 '22 by: mh11111
I have a Windows text file with the following info inside it: 25 05 38 26 53 04 07 45 50 33 19 34 55 25 21 30 09 39 26 11 30 12 13 41 32 23 44 11 50 39 45 30 07 44 55 54 21 10 35 46 48 27 52 41 05 53 11 50
1
4,510
thread by: priyamtheone | last post Feb 15 '22 by: priyamtheone
I'm using Visual Studio 2017. After installing Productivity Power Tools 2017/2019 extension, I can't use the copy operation. The first time I try to copy a line or block of code after installing the extension, Visual Studio generates an error saying: "Type library exporter encountered an error while processing 'CopyAsHtml.CopyAsHtmlPackage,...
1
6,293
thread by: Sharankongetira | last post Feb 15 '22 by: dev7060
canvas =document.getElementById("canvas"); ctx = canvas.getContext("2d") ctx.lineWidth = 6; ctx.strokeStyle = "#333";(here) ctx.beginPath(); ctx.moveTo(100, 250); ctx.bezierCurveTo(150, 100, 350, 100, 400, 250); ctx.stroke() In this above program I need to use color input for the stroke style, that is, if user changes the color in
1
5,585
thread by: J4v1ng | last post Feb 15 '22 by: dev7060
What are your thoughts about explicitly checking for null in Java or other language that allows nulls? There are some alternatives but I don't know what think of it. I read an article recently(linked below), that suggests to throw exceptions, using Optional and other ... Is there any case that would justify the usage of null checks? I feel...
0
4,421
thread by: PollyR | last post Feb 15 '22 by: PollyR
Greetings, I have a website that has two versions - mobile and desktop. The last one now uses Schema.org. Should I add it on the mobile site as well? How do you think?
0
4,607
thread by: shivambhatele | last post Feb 15 '22 by: shivambhatele
Hello All, I am new in java and I am reading the Java online tutorial I haven't understand anything about wildcard capture. I have run the program here online compiler, check below example: import java.util.List; public class WildcardError { void foo(List<?> i) { i.set(0, i.get(0)); } } Why the compiler can't...
0
5,350
thread by: Sharankongetira | last post Feb 14 '22 by: Sharankongetira
How do u rotate ads in add rotator based on selected dates on calender control ...like odd and even dates
2
7,987
thread by: proger | last post Feb 14 '22 by: GazMathias
I am creating a website in PHP with articles, where articles can be added via a form. All data is stored in a MySQL database. First I made a separate page of each article, eg article1.html, article2.html, ... but then I got a lot of pages. Now I saw that on other websites the articles are behind the url, eg. https://mywebsite.com/article1 ...
2
18,844
thread by: davidbuttler | last post Feb 14 '22 by: solviostech
Java is supported on a lot of cross-platforms. Java can also use functions that are written in different programming languages such as C, C++, and others. Java is used in every industry, starting from IT sectors to healthcare, entertainment, banking, etc. Here are a few online Java code compilers: IntelliJ IDEA IntelliJ is an online Java...
0
5,266
thread by: jrortl | last post Feb 12 '22 by: jrortl
Hi all, I've been in the industry 11 years. 1st few were in internal tools for a well known company. Anything from SysAdmin, Scripting, Lite Java dev, to using Docker and Apache Mesos. Then I spent a year working on a web application product for another well known company focused on performance and scalability (Some Java and Javascript...
4
8,710
thread by: PiqueInterest | last post Feb 12 '22 by: zilmubufye
I have a set of C programs for data analysis that take an input of files and display desired output via the command line. How do I make these programs accessible in a web application without having to code them up again in a web programming language? Can i use the existing C code? How would i do this? Thanks
1
5,658
thread by: lenahotelultra | last post Feb 12 '22 by: dev7060
Dear people :) I just have super basic coding skills and our shop software partner is bad for people who are bad in coding, so I need your help to do some changes in the header top line in our online shop please! I want do do this headline differently for mobile and desktop, so that the headline is in one line by using desktop and in two...

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.