473,538 Members | 10,474 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.
 
2
7,754
thread by: PeleCorya | last post Feb 20 '23 by: Riya Bajpai
I am looking for a mysql / postgresql type data store for my application. What is the difference between Aurora and RDS on AWS? Is it better to use one over the other? Are there any cost differences?
3
11,091
thread by: sergioITA | last post Feb 20 '23 by: Vanisha
# Create a file with the name data_format.py # Add the following functions to file data_format: # function get_book_info(), the function askes the user to enter the following information: # book title # book ISBN # book author last name # book publisher # year published # book price in Canadian dollars. # The function will eliminate...
5
13,286
BarryA
thread by: BarryA | last post Feb 20 '23 by: Vanisha
I'm looking for examples, but I'm not finding any. Are there any examples on the internet? I'd like to know what it returns when it can't find something, as well as how to specify the starting and ending points, which I assume will be 0, -1. >>> x = "Hello World" >>> x.find('World') 6 >>> x.find('Aloha'); -1 Could you please help me? But...
3
17,558
thread by: Nikita Bhopale | last post Feb 20 '23 by: Riya Bajpai
why it is so popular? what is relation with cloud? tell me organizational point of ans? where it is used in organization? plz specify with example. thank you
5
17,262
thread by: gosai jahnvi | last post Feb 20 '23 by: Tomas4PawSQL
Are NULL values same as that of zero or a blank space?
0
5,131
SwissProgrammer
thread by: SwissProgrammer | last post Feb 19 '23 by: SwissProgrammer
How do I show and control a cube in this opengl example? Hello. I have the following that works with XP 32 bit and CodeBlocks 17.12 and minGW. In the following, where it says, "OpenGL animation code goes here", how do I place a cube there that I can zoom in and out and move up, down, left, right via my program code and via the keyboard? ...
0
6,583
thread by: nima1234 | last post Feb 17 '23 by: nima1234
Hi, all PLEASE HELP!!! I wrote a code for one application and add a pthread also. Now I want to add queue with polling for alert part if some info is comming or not ! But problem is I don't have any idea about queue with polling. Please suggest something where to start ! or any pseudo code. Thankyou.
1
8,617
thread by: Nikola92 | last post Feb 17 '23 by: Varsha1285
Hi everyone, I'm working on Angular project (frontend) and using wordpress for a backend. I'm having a trouble to get embedded youtube videos and thumb pictures from wordpress in my angular project. When I get data through API posts, doesn't show anything. I also tried to use some plugins but it wont work. Do you have any suggestion how to...
12
29,327
thread by: NareshKonda | last post Feb 17 '23 by: Vanisha
Right from data development to web development, Python has become the most famous and an important open source programming language used in today’s scenarios. In many IT forums, it is discussed that if you want to find the most used colors in a picture, you use Python, if you want to develop a web app then you use Python if you want to automate...
2
16,485
thread by: Swagelvo | last post Feb 17 '23 by: Vanisha
Hi Guy! I need an assistant with respect to how to setup run a Python script using UltraEdit. Thank You
0
5,908
thread by: MysteryMoo | last post Feb 17 '23 by: MysteryMoo
Hi, I have a Ruby system with 2 registers, one is a slave the other the master. The owner inadvertently lane locked the slave and I can't figure out how to unlock it, the master has a lock lane option, but no unlock my slave! I tried touching all over the touch screen but nothing pops up. Please help me set the slave free??
2
7,620
thread by: testLearn | last post Feb 16 '23 by: Vanisha
I have a php variable where the html contents are read as a string in php and I want to remove just the contents of the href and be the other intact. $string = '<a href="javascript:#one">String</a>'; now I want to make this as given below. <a href="https://bytes.com/">String</a>. Please note that javascript#one is not constant, It is dynamic
3
8,382
thread by: narutikli64 | last post Feb 16 '23 by: Vanisha
Hi everyone, I'm relatively new to web development. I know JavaScript and work primarily with JavaScript frameworks - Vue, Angular, Node/Express, and so forth. I'm wondering if it would be worth it to learn PHP and at least one PHP framework like Laravel. Is there any advantage to using PHP? Any major differences in capabilities between PHP...
1
5,861
thread by: Vinay611 | last post Feb 16 '23 by: pritikumari
create table jira_upload(id_num number,filename varchar2(50)); insert into jira_upload values(1,'test'); create or replace procedure sp_jira( id_req IN jira_upload.id_num%type, err_msg OUT varchar2) as lv_count number; begin
3
11,111
thread by: cookjean | last post Feb 16 '23 by: pritikumari
I have created a fairly complex view based upon several UNION statements and the view selects exactly the rows that I want if I am in ORACLE SQLPLUS or MS Access. But in Crystal Reports it returns rows that should not be visible through this view. Has anyone else experienced this and what did you to get around this?
0
4,203
thread by: SekDu | last post Feb 15 '23 by: SekDu
Hi, I have written a procedure with multiple input parameters but while calling the procedure, i am facing the error. Procedure: CREATE OR REPLACE PROCEDURE public.sp_create_svc_accounts( IN orgid integer, IN bggroupid integer, IN vclabel character varying, IN traffictype character varying, IN channelcode character varying, IN...
5
7,721
thread by: JulsSmile | last post Feb 15 '23 by: Riya Bajpai
How to convert Perl script into an executable? I need to do this in three different ways for my scientific work) Regards
3
22,945
thread by: Noorain | last post Feb 15 '23 by: Vanisha
hi i use following codes. here crystal report open in pdf format. <?php //- Variables - for your RPT and PDF //echo "Print Report Test";
5
11,062
xarzu
thread by: xarzu | last post Feb 15 '23 by: Vanisha
What are the pros and cons of plain PHP or Classic ASP? PHP and Classic ASP are server-side scripting languages. What is wrong with having a website written in this instead of the trendy JavaScript Frameworks like React, Angular etc.? If memory serves me correctly, there is an issue with security where you can post in a text box some script and...
15
51,212
TheSmileyCoder
thread by: TheSmileyCoder | last post Feb 15 '23 by: Hoopla3000
I have recently had a issue where I open a continuous dialog form, showing anywhere from 1 to X records, X usually being in the 2-5 range. I found it very annoying that Access2010 per default made the continues form take up the entire height of the screen, even when there is only a few records. So to fix that issue I came up with a bit of code...
13
13,359
DJRhino1175
thread by: DJRhino1175 | last post Feb 14 '23 by: DJRhino1175
I'm running the following code in the timer event section when my database opens. It works on the my Office 365 version, but doesn't seem to fire on the run-time version of access. My database is on a network in a FE/BE setup. There is a yes/No box in my table called "ztblSystemStatus". When I uncheck this box and close out the timer should run...
2
14,209
thread by: Vinod Sadanandan | last post Feb 14 '23 by: pritikumari
All, Below listed are the new features in Oracle 11g ,please join me in this discussion to generate a testcase and analyze each of the listed features . Precompilers: Additional Array INSERT and SELECT Syntax Support by Pro*C/C++ and Pro*COBOL Precompilers: Dynamic SQL Statement Caching in Pro*C/C++ and Pro*COBOL ...
2
13,945
Ludwigh
thread by: Ludwigh | last post Feb 14 '23 by: pritikumari
Hello, Does someone know/has experience in connecting from Oracle RDBMS 12.1/12/2/19.1 to PostgreSQL 10.3/9.5 through a database link? As well as from PostgreSQL 10.3/9.5 to Oracle RDBMS 12.1/12/2/19.1 ? Thanks by advance for sharing your experience. Kind Regards
1
8,038
thread by: Adek007 | last post Feb 14 '23 by: Varsha1285
Hello i need help finding my private key to my address on blockchain and i have my public address. anyone here could be of help please?
3
9,369
thread by: TeresaSlaughter | last post Feb 13 '23 by: tmudgal16
About a week ago, something started messing with my mouse on my laptop. Right clicks, left clicks, opening up files, etc. It then got worse. It would open up a web page's source code and making changes within the coding. It messes with the volume while trying to watch a movie, and seems to be click happy. I've installed and run the...

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.